MCPcopy Create free account
hub / github.com/PerroEngine/Perro / len

Method len

perro_source/api_modules/perro_input_api/src/frame.rs:180–182  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

178
179 #[inline]
180 pub fn len(&self) -> usize {
181 self.events.len()
182 }
183
184 #[inline]
185 pub fn is_empty(&self) -> bool {

Callers 15

poll_acceptsMethod · 0.45
poll_tcp_dataMethod · 0.45
poll_tcp_framesMethod · 0.45
poll_udp_packetsMethod · 0.45
encodeMethod · 0.45
decodeMethod · 0.45
read_into_frame_bufMethod · 0.45
encode_frameFunction · 0.45
decode_next_frameFunction · 0.45

Calls

no outgoing calls

Tested by 3

read_requestFunction · 0.36
create_nodesMethod · 0.36