MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / uncacheString

Method uncacheString

src/core/chunk/chunkReader.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 std::shared_ptr<ChunkFile const> cfile;
52
53 inline char const * uncacheString(size_t index)
54 {
55 if (index!=~size_t(0) && index<stringsmap.size())
56 return stringsmap[index];
57
58 return nullptr;
59 }
60
61 std::vector<char const *> stringsmap;
62};

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected