MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / buildCandidate

Function buildCandidate

engine/src/utils.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static std::string buildCandidate(const std::string &root,
88 const std::string &relativePath) {
89 return ensureTrailingSlash(root) + normalizePath(relativePath);
90}
91
92std::string resolveResourcePath(const std::string &relativePath) {
93 if (relativePath.empty()) {

Callers 1

resolveResourcePathFunction · 0.85

Calls 2

ensureTrailingSlashFunction · 0.85
normalizePathFunction · 0.85

Tested by

no test coverage detected