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

Method equal

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

Source from the content-addressed store, hash-verified

199 }
200
201 fn equal(&self) -> Result<Node> {
202 Ok(self.a_equal_b.clone())
203 }
204
205 fn not_equal(&self) -> Result<Node> {
206 let graph = self.a_equal_b.get_graph();

Callers 1

instantiateMethod · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected