Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ is_empty
Method
is_empty
flow-message/src/cross/data/mod.rs:122–124 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
120
}
121
122
pub fn is_empty(&self) -> bool {
123
self.len() == 0
124
}
125
}
126
127
impl<
'a> GetRef<'
a, &'a Map> for Data {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected