Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_stream_end
Method
is_stream_end
crates/stdlib/src/bz2.rs:51–53 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
49
50
impl DecompressStatus for Status {
51
fn is_stream_end(&self) -> bool {
52
*self == Self::StreamEnd
53
}
54
}
55
56
impl fmt::Debug for BZ2Decompressor {
Callers
1
_decompress_chunks
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected