Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ hlc
Function
hlc
nodedb-array/src/sync/apply.rs:295–297 ·
view source on GitHub ↗
(ms: u64)
Source
from the content-addressed store, hash-verified
293
}
294
295
fn hlc(ms: u64) -> Hlc {
296
Hlc::new(ms, 0, replica()).unwrap()
297
}
298
299
fn header(array: &str, op_ms: u64, schema_ms: u64) -> ArrayOpHeader {
300
ArrayOpHeader {
Callers
7
header
Function · 0.70
apply_put_succeeds
Function · 0.70
apply_idempotent_on_replay
Function · 0.70
apply_rejects_schema_too_new
Function · 0.70
apply_rejects_invalid_shape
Function · 0.70
apply_wraps_engine_error_as_rejection
Function · 0.70
apply_invalidates_tile_after_success
Function · 0.70
Calls
1
replica
Function · 0.70
Tested by
6
apply_put_succeeds
Function · 0.56
apply_idempotent_on_replay
Function · 0.56
apply_rejects_schema_too_new
Function · 0.56
apply_rejects_invalid_shape
Function · 0.56
apply_wraps_engine_error_as_rejection
Function · 0.56
apply_invalidates_tile_after_success
Function · 0.56