surveilr_ensure_function()

Ensures that specific SQLite functions are registered and returns error messages if not found.

Introduced in version 1.5.3.

Parameters

func1

`String` - The name of the first function to check.

msg1

`String` - The error message if `func1` is not found.

func2

`String` (optional) - The name of the second function to check.

msg2

`String` (optional) - The error message if `func2` is not found.