MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / clear_session

Method clear_session

crates/gitql-core/src/environment.rs:173–175  ·  view source on GitHub ↗

Clear all locals scopes and only save globals

(&mut self)

Source from the content-addressed store, hash-verified

171
172 /// Clear all locals scopes and only save globals
173 pub fn clear_session(&mut self) {
174 self.scopes.clear()
175 }
176}

Callers 2

launch_gitql_replFunction · 0.80
parse_gqlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected