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

Method not_equal

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

Source from the content-addressed store, hash-verified

203 }
204
205 fn not_equal(&self) -> Result<Node> {
206 let graph = self.a_equal_b.get_graph();
207 graph.custom_op(CustomOperation::new(Not {}), vec![self.equal()?])
208 }
209
210 fn less_than(&self) -> Result<Node> {
211 self.not_a()?.multiply(self.not_equal()?)

Callers 3

less_thanMethod · 0.80
greater_thanMethod · 0.80
instantiateMethod · 0.80

Calls 2

get_graphMethod · 0.45
custom_opMethod · 0.45

Tested by

no test coverage detected