Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ WriteToFile
Method
WriteToFile
src/leveldb/benchmarks/db_bench.cc:893–895 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
}
892
893
static void WriteToFile(void* arg, const char* buf, int n) {
894
reinterpret_cast<WritableFile*>(arg)->Append(Slice(buf, n));
895
}
896
897
void HeapProfile() {
898
char fname[100];
Callers
nothing calls this directly
Calls
2
Slice
Class · 0.50
Append
Method · 0.45
Tested by
no test coverage detected