MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / load

Method load

src/Abyss/FileSystem/CASC.cpp:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126InputStream CASC::load(std::string_view fileName) { return InputStream(std::make_unique<CASCStream>(_storage, FixPath(fileName))); }
127
128bool CASC::has(std::string_view fileName) {
129 HANDLE file;

Callers

nothing calls this directly

Calls 2

InputStreamClass · 0.85
FixPathFunction · 0.85

Tested by

no test coverage detected