MCPcopy Create free account
hub / github.com/docknetwork/crypto / len

Method len

proof_system/src/meta_statement.rs:91–93  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89 }
90
91 pub fn len(&self) -> usize {
92 self.0.len()
93 }
94
95 /// Given multiple `MetaStatement::WitnessEquality` which might have common witness references,
96 /// return a list of `EqualWitnesses` with no common references. The objective is the same as

Callers 3

is_validMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected