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

Method graph_context_required

graphlite/src/functions/graph_functions.rs:404–406  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

402 }
403
404 fn graph_context_required(&self) -> bool {
405 false // This function works with context variables only
406 }
407}
408
409/// KEYS function - returns property names as a list of strings

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected