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

Method len

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

Source from the content-addressed store, hash-verified

134 /// stored given that a single key may have more than one associated value.
135 #[inline]
136 fn len(&self) -> usize {
137 self.0.len()
138 }
139
140 /// Returns the number of keys stored in the map.
141 ///

Callers 7

header_map.pyFile · 0.80
fill_buffer_infoFunction · 0.80
extract_boundMethod · 0.80
serializeMethod · 0.80
__len__Method · 0.80
extract_boundMethod · 0.80
extract_boundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected