MCPcopy 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

WriteInternalMethod · 0.45

Calls 2

DEATH_ASSERTFunction · 0.85
DEATH_UNLIKELYFunction · 0.50

Tested by

no test coverage detected