Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ read
Method
read
3ds/source/transfer.cpp:270–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
return stream->good();
269
}
270
size_t read(void* dst, size_t n) override { return stream ? stream->read(dst, (u32)n) : 0; }
271
void close() override
272
{
273
if (stream) {
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected