Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ pop
Method
pop
owned-components/src/lib.rs:101–103 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
99
}
100
101
pub fn pop(&mut self) -> Option<OwnedComponent> {
102
self.inner.pop()
103
}
104
105
pub fn len(&self) -> usize {
106
self.inner.len()
Callers
2
pop_fd
Method · 0.45
maybe_expand_component
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected