Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
13
pub struct TransactionId(u64);
14
15
impl Default for TransactionId {
16
fn default() -> Self {
Callers
2
new
Method · 0.85
from_u64
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected