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

Method nop

ciphercore-base/src/graphs.rs:1028–1030  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1026
1027 #[doc(hidden)]
1028 pub fn nop(&self) -> Result<Node> {
1029 self.get_graph().nop(self.clone())
1030 }
1031
1032 #[doc(hidden)]
1033 pub fn prf(&self, iv: u64, output_type: Type) -> Result<Node> {

Callers 15

test_nop_workerFunction · 0.45
test_wellformed_casesFunction · 0.45
reshareFunction · 0.45
instantiateMethod · 0.45
test_oblivious_transferFunction · 0.45
instantiateMethod · 0.45
test_permutationFunction · 0.45
test_duplicationFunction · 0.45

Calls 3

cloneMethod · 0.80
add_nodeMethod · 0.80
get_graphMethod · 0.45

Tested by 7

test_nop_workerFunction · 0.36
test_wellformed_casesFunction · 0.36
test_oblivious_transferFunction · 0.36
test_permutationFunction · 0.36
test_duplicationFunction · 0.36