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

Method is_empty

utils/src/pairs.rs:106–108  ·  view source on GitHub ↗

Returns `true` if no pairs exists.

(&self)

Source from the content-addressed store, hash-verified

104
105 /// Returns `true` if no pairs exists.
106 pub fn is_empty(&self) -> bool {
107 self.len() == 0
108 }
109
110 /// Returns an iterator over zipped pairs.
111 pub fn iter(&self) -> <Self as IntoIterator>::IntoIter {

Callers 15

poly_from_given_updatesFunction · 0.45
generateMethod · 0.45
eval_directMethod · 0.45
eval_direct_on_batchMethod · 0.45
poly_from_rootsFunction · 0.45
verifyMethod · 0.45
get_u32Method · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected