Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Write
Method
Write
Sources/Shared/IO/Compression/ZstdStream.cpp:151–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
std::int64_t ZstdStream::Write(const void* source, std::int64_t bytesToWrite)
152
{
153
// Not supported
154
return Stream::Invalid;
155
}
156
157
bool ZstdStream::Flush()
158
{
Callers
1
WriteInternal
Method · 0.45
Calls
2
DEATH_ASSERT
Function · 0.85
DEATH_UNLIKELY
Function · 0.50
Tested by
no test coverage detected