MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / ~CASC

Method ~CASC

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

Source from the content-addressed store, hash-verified

116}
117
118CASC::~CASC() { CascCloseStorage(_storage); }
119
120static std::string FixPath(std::string_view str) {
121 absl::ConsumePrefix(&str, "/");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected