MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getRootPath

Method getRootPath

valdi/src/valdi/standalone_runtime/InMemoryDiskCache.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33Path InMemoryDiskCache::getRootPath() const {
34 return _rootPath;
35}
36
37std::vector<Path> InMemoryDiskCache::list(const Path& path) const {
38 auto absolutePath = toAbsolutePath(path);

Callers 1

ShaderCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected