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

Method get_variable

graphlite/src/plan/operators/logical.rs:333–335  ·  view source on GitHub ↗

Get variable information

(&self, name: &str)

Source from the content-addressed store, hash-verified

331
332 /// Get variable information
333 pub fn get_variable(&self, name: &str) -> Option<&VariableInfo> {
334 self.variables.get(name)
335 }
336
337 /// Get all variables used in the plan
338 pub fn get_variables(&self) -> &HashMap<String, VariableInfo> {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected