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

Method not_a

ciphercore-base/src/ops/comparisons.rs:196–199  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

194 }
195
196 fn not_a(&self) -> Result<Node> {
197 let graph = self.a_equal_b.get_graph();
198 graph.custom_op(CustomOperation::new(Not {}), vec![self.a.clone()])
199 }
200
201 fn equal(&self) -> Result<Node> {
202 Ok(self.a_equal_b.clone())

Callers 1

less_thanMethod · 0.80

Calls 2

get_graphMethod · 0.45
custom_opMethod · 0.45

Tested by

no test coverage detected