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

Method coordinator

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

Get access to the underlying QueryCoordinator Provides direct access to the low-level API when needed for advanced operations not yet covered by the SDK. # Safety This is an escape hatch for advanced users. Most applications should use the high-level SDK API instead.

(&self)

Source from the content-addressed store, hash-verified

106 /// This is an escape hatch for advanced users. Most applications should
107 /// use the high-level SDK API instead.
108 pub fn coordinator(&self) -> &QueryCoordinator {
109 &self.coordinator
110 }
111}
112
113/// Represents an active database session

Callers 5

beginMethod · 0.80
executeMethod · 0.80
queryMethod · 0.80
commit_internalMethod · 0.80
rollback_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected