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

Function e

nodedb/src/engine/graph/edge_store/scan.rs:252–254  ·  view source on GitHub ↗
(src: &'a str, label: &'a str, dst: &'a str)

Source from the content-addressed store, hash-verified

250 }
251
252 fn e<'a>(src: &'a str, label: &'a str, dst: &'a str) -> EdgeRef<'a> {
253 EdgeRef::new(T, COLL, src, label, dst)
254 }
255
256 fn put(store: &EdgeStore, clock: &OrdinalClock, src: &str, label: &str, dst: &str, p: &[u8]) {
257 let ord = clock.next_ordinal();

Callers 3

putFunction · 0.70
soft_deleteFunction · 0.70

Calls

no outgoing calls