| 28 | } |
| 29 | |
| 30 | std::string ServicePaths::getAssetsPath(const std::string& childPath) const { |
| 31 | assert(!childPath.starts_with('/')); |
| 32 | return std::format("{}/{}", getAssetsDirectory(), childPath); |
| 33 | } |
| 34 | |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected