Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ truncate
Method
truncate
fdbrpc/sim2.actor.cpp:584–584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
582
}
583
584
Future<Void> truncate(int64_t size) override { return truncate_impl(this, size); }
585
586
Future<Void> sync() override { return sync_impl(this); }
587
Callers
1
changeFileSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected