Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ seek
Method
seek
test/transaction/wal_test.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
int64_t seek(FileInfo& /*fileInfo*/, uint64_t /*offset*/, int /*whence*/) const override {
119
UNREACHABLE_CODE;
120
}
121
122
void truncate(FileInfo& fileInfo, uint64_t size) const override {
123
std::unique_lock lck{mtx};
Callers
1
send_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected