MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / get_global_id

Method get_global_id

ciphercore-base/src/graphs.rs:480–482  ·  view source on GitHub ↗

Returns the pair of the parent graph ID and node ID # Returns (Graph ID, Node ID)

(&self)

Source from the content-addressed store, hash-verified

478 ///
479 /// (Graph ID, Node ID)
480 pub fn get_global_id(&self) -> (u64, u64) {
481 (self.get_graph().get_id(), self.get_id())
482 }
483
484 /// Returns the operation associated with the node.
485 ///

Callers 4

check_equivalence_classFunction · 0.45
get_class_from_nameFunction · 0.45
test_duplicationFunction · 0.45

Calls 2

get_idMethod · 0.45
get_graphMethod · 0.45

Tested by 1

test_duplicationFunction · 0.36