Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ get_sequence_number
Method
get_sequence_number
graphlite/src/txn/state.rs:240–242 ·
view source on GitHub ↗
Get current sequence number
(&self)
Source
from the content-addressed store, hash-verified
238
239
/// Get current sequence number
240
pub fn get_sequence_number(&self) -> u64 {
241
self.sequence_number
242
}
243
}
244
245
impl Default for TransactionState {
Callers
3
commit_transaction
Method · 0.80
rollback_transaction
Method · 0.80
log_operation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected