Updated at August 24, 2026 05:21 PM
box.schema.func.exists()
box.schema.func.exists(func-name)
Return true if a function tuple exists; return false if a function tuple does not exist.
Parameters:
func-name(string) — the name of the function
Return type
bool
Example:
box.schema.func.exists('calculate')