MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / is_empty

Method is_empty

src/lib.rs:102–104  ·  view source on GitHub ↗

Checks if there's data received or not

(&self)

Source from the content-addressed store, hash-verified

100impl StreamDeckInput {
101 /// Checks if there's data received or not
102 pub fn is_empty(&self) -> bool {
103 matches!(self, StreamDeckInput::NoData)
104 }
105}
106
107/// Interface for a Stream Deck device

Callers 2

read_inputMethod · 0.80
flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected