MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / is_empty

Method is_empty

src/client/typing/header.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149 /// Returns true if the map contains no elements.
150 #[inline]
151 fn is_empty(&self) -> bool {
152 self.0.is_empty()
153 }
154
155 /// Clears the map, removing all key-value pairs. Keeps the allocated memory
156 /// for reuse.

Callers 4

test_insert_and_getFunction · 0.95
test_clearFunction · 0.95
header_map.pyFile · 0.80

Calls

no outgoing calls

Tested by 3

test_insert_and_getFunction · 0.76
test_clearFunction · 0.76