Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bamler-lab/constriction
/ is_empty
Method
is_empty
src/pybindings/stream/stack.rs:353–355 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
351
/// calling `clear`.
352
#[pyo3(signature = ())]
353
pub fn is_empty(&self) -> bool {
354
self.inner.is_empty()
355
}
356
357
/// Returns a copy of the compressed data.
358
///
Callers
2
encode_reverse
Method · 0.45
encode_reverse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected