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

Class Provider

src/Abyss/FileSystem/Provider.h:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace Abyss::FileSystem {
7
8class Provider {
9 public:
10 virtual ~Provider() = default;
11 virtual bool has(std::string_view path) = 0;
12 virtual InputStream load(std::string_view path) = 0;
13};
14
15} // namespace Abyss::FileSystem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected