Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
Path InMemoryDiskCache::getRootPath() const {
34
return _rootPath;
35
}
36
37
std::vector<Path> InMemoryDiskCache::list(const Path& path) const {
38
auto absolutePath = toAbsolutePath(path);
Callers
1
ShaderCache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected