MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getAssetsPath

Method getAssetsPath

Tactility/Source/service/ServicePaths.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30std::string ServicePaths::getAssetsPath(const std::string& childPath) const {
31 assert(!childPath.starts_with('/'));
32 return std::format("{}/{}", getAssetsDirectory(), childPath);
33}
34
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected