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

Method remove_parameter

graphlite/src/session/models.rs:302–305  ·  view source on GitHub ↗

Remove a session parameter

(&mut self, key: &str)

Source from the content-addressed store, hash-verified

300
301 /// Remove a session parameter
302 pub fn remove_parameter(&mut self, key: &str) -> Option<Value> {
303 self.update_activity();
304 self.parameters.remove(key)
305 }
306
307 /// Clear all session parameters
308 pub fn clear_parameters(&mut self) {

Callers

nothing calls this directly

Calls 2

update_activityMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected