MCPcopy Create free account
hub / github.com/catboost/catboost / TMappingReader

Method TMappingReader

tools/archiver/main.cpp:430–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 TArchiveReader Reader;
429
430 TMappingReader(const TString& archive)
431 : Map(archive)
432 , Blob(TBlob::FromMemoryMapSingleThreaded(Map, 0, Map.Length()))
433 , Reader(Blob)
434 {
435 }
436};
437
438static void UnpackArchive(const TString& archive, const TFsPath& dir = TFsPath()) {

Callers

nothing calls this directly

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected