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

Method id

graphlite/src/txn/state.rs:32–34  ·  view source on GitHub ↗

Get the underlying ID value

(&self)

Source from the content-addressed store, hash-verified

30
31 /// Get the underlying ID value
32 pub fn id(&self) -> u64 {
33 self.0
34 }
35
36 /// Create TransactionId from u64 (used by WAL deserialization)
37 pub fn from_u64(id: u64) -> Self {

Callers 1

serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected