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

Method ~FileLoader

src/Abyss/FileSystem/FileLoader.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class FileLoader {
14 public:
15 virtual ~FileLoader() = default;
16
17 [[nodiscard]] std::string loadString(std::string_view path);
18 [[nodiscard]] std::vector<std::string> loadStringList(std::string_view path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected