MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / is_empty

Method is_empty

flow-rs/src/channel/inner.rs:179–181  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

177 }
178
179 pub fn is_empty(&self) -> bool {
180 self.channel.queue.is_empty()
181 }
182
183 pub fn is_full(&self) -> bool {
184 self.channel.queue.is_full()

Callers 7

execFunction · 0.45
last_inner_tyFunction · 0.45
start_loopMethod · 0.45
startMethod · 0.45
translate_connFunction · 0.45
fetch_with_cacheMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected