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

Class CASC

src/Abyss/FileSystem/CASC.h:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace Abyss::FileSystem {
12
13class CASC final : public Provider {
14 void* _storage{};
15
16 public:
17 explicit CASC(const std::filesystem::path &cascPath);
18 ~CASC() override;
19 bool has(std::string_view fileName) override;
20 InputStream load(std::string_view fileName) override;
21};
22
23} // namespace Abyss::FileSystem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected