Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WriteFooter
Method
WriteFooter
library/cpp/on_disk/chunks/chunked_helpers.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void TNamedChunkedDataWriter::WriteFooter() {
63
NewBlock(
""
);
64
Write(NamedChunkedDataMagic);
65
Save(this, Names);
66
TChunkedDataWriter::WriteFooter();
67
}
Callers
nothing calls this directly
Calls
2
Write
Function · 0.50
Save
Function · 0.50
Tested by
no test coverage detected