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

Method is_empty

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

Source from the content-addressed store, hash-verified

85 }
86
87 pub fn is_empty(&self) -> bool {
88 self.0.is_empty()
89 }
90
91 pub fn len(&self) -> usize {
92 self.0.len()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected