MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / ceiling

Function ceiling

nodedb/tests/bitemporal_array_temporal_purge.rs:86–91  ·  view source on GitHub ↗
(e: &ArrayEngine, x: i64, sys: i64)

Source from the content-addressed store, hash-verified

84}
85
86fn ceiling(e: &ArrayEngine, x: i64, sys: i64) -> CeilingResult {
87 e.store(&aid())
88 .unwrap()
89 .ceiling_for_coord(&[CoordValue::Int64(x)], sys, None)
90 .unwrap()
91}
92
93fn live_val(r: &CeilingResult) -> i64 {
94 match r {

Calls 3

ceiling_for_coordMethod · 0.80
aidFunction · 0.70
storeMethod · 0.45

Tested by

no test coverage detected