Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exec
Function · 0.45
last_inner_ty
Function · 0.45
start_loop
Method · 0.45
start
Method · 0.45
translate_conn
Function · 0.45
fetch_with_cache
Method · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected