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

Method is_empty

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

Source from the content-addressed store, hash-verified

183
184 #[inline]
185 pub fn is_empty(&self) -> bool {
186 self.events.is_empty()
187 }
188
189 #[inline]
190 pub fn dropped_events(&self) -> u64 {

Callers 10

poll_eventMethod · 0.45
requestMethod · 0.45
apply_queued_commandsMethod · 0.45
push_text_inputMethod · 0.45
normalize_href_implFunction · 0.45
split_href_implFunction · 0.45
split_query_args_implFunction · 0.45
nextMethod · 0.45
decode_static_pawdioFunction · 0.45
stop_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected