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

Method id

sdk-rust/src/connection.rs:139–141  ·  view source on GitHub ↗

Get the session ID The session ID is used internally for query execution and transaction management.

(&self)

Source from the content-addressed store, hash-verified

137 /// The session ID is used internally for query execution and
138 /// transaction management.
139 pub fn id(&self) -> &str {
140 &self.id
141 }
142
143 /// Get the username associated with this session
144 pub fn username(&self) -> &str {

Callers 5

beginMethod · 0.45
executeMethod · 0.45
queryMethod · 0.45
commit_internalMethod · 0.45
rollback_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected