Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ read
Method
read
3ds/source/transfer.cpp:225–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
}
225
size_t read(void* dst, size_t n) override { return input.good() ? input.read(dst, (u32)n) : 0; }
226
};
227
228
// ExtractSink writing under a u16string destination root via FSStream.
Callers
4
readBodyHead
Function · 0.45
read
Method · 0.45
handleUpload
Function · 0.45
sendBackup
Method · 0.45
Calls
1
good
Method · 0.45
Tested by
no test coverage detected