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

Method get_name

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

Source from the content-addressed store, hash-verified

464 }
465
466 fn get_name(&self) -> String {
467 format!("GreaterThan(signed_comparison={})", self.signed_comparison)
468 }
469}
470
471/// A structure that defines the custom operation NotEqual that compares arrays of binary strings elementwise as follows:

Callers 1

instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected