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

Method has

src/Abyss/FileSystem/Direct.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool Direct::has(std::string_view path) { return _files.contains(normalizePath(path)); }
29
30InputStream Direct::load(std::string_view path) {
31 auto fb = std::make_unique<std::filebuf>();

Callers

nothing calls this directly

Calls 1

normalizePathFunction · 0.85

Tested by

no test coverage detected