Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_event
Method · 0.45
request
Method · 0.45
apply_queued_commands
Method · 0.45
push_text_input
Method · 0.45
normalize_href_impl
Function · 0.45
split_href_impl
Function · 0.45
split_query_args_impl
Function · 0.45
next
Method · 0.45
decode_static_pawdio
Function · 0.45
stop_all
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected