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

Class TransactionId

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

Source from the content-addressed store, hash-verified

11/// Unique identifier for a transaction
12#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]
13pub struct TransactionId(u64);
14
15impl Default for TransactionId {
16 fn default() -> Self {

Callers 2

newMethod · 0.85
from_u64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected