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

Method get_parameter

graphlite/src/session/models.rs:297–299  ·  view source on GitHub ↗

Get a session parameter

(&self, key: &str)

Source from the content-addressed store, hash-verified

295
296 /// Get a session parameter
297 pub fn get_parameter(&self, key: &str) -> Option<&Value> {
298 self.parameters.get(key)
299 }
300
301 /// Remove a session parameter
302 pub fn remove_parameter(&mut self, key: &str) -> Option<Value> {

Callers 3

get_validate_on_writeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected