MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / argument_count

Method argument_count

graphlite/src/functions/null_functions.rs:36–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34 }
35
36 fn argument_count(&self) -> usize {
37 2 // NULLIF(expr1, expr2)
38 }
39
40 fn execute(&self, context: &FunctionContext) -> FunctionResult<Value> {
41 // Validate argument count

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected