MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / get_variable

Method get_variable

python/src/tools/executor.rs:221–223  ·  view source on GitHub ↗
(&self, key: &str)

Source from the content-addressed store, hash-verified

219 }
220
221 fn get_variable(&self, key: &str) -> Option<&Value> {
222 self.variables.get(key)
223 }
224}
225
226#[pymethods]

Callers

nothing calls this directly

Calls 2

to_stringMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected