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

Method add_variable

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

Add variable information to the plan

(&mut self, name: String, info: VariableInfo)

Source from the content-addressed store, hash-verified

326
327 /// Add variable information to the plan
328 pub fn add_variable(&mut self, name: String, info: VariableInfo) {
329 self.variables.insert(name, info);
330 }
331
332 /// Get variable information
333 pub fn get_variable(&self, name: &str) -> Option<&VariableInfo> {

Callers 2

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected