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

Method clear_parameters

graphlite/src/session/models.rs:308–311  ·  view source on GitHub ↗

Clear all session parameters

(&mut self)

Source from the content-addressed store, hash-verified

306
307 /// Clear all session parameters
308 pub fn clear_parameters(&mut self) {
309 self.parameters.clear();
310 self.update_activity();
311 }
312
313 // === Schema Enforcement Configuration ===
314

Callers

nothing calls this directly

Calls 2

update_activityMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected