MCPcopy Create free account
hub / github.com/Samsung/UTopia / getPublicAPIPath

Function getPublicAPIPath

tests/TestHelper.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::string getPublicAPIPath(std::string ProjectName) {
69
70 return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("api.json"))
71 .string();
72}
73
74std::string getPreSourcePath(std::string ProjectName) {
75

Callers

nothing calls this directly

Calls 1

getProjectBaseDirPathFunction · 0.85

Tested by

no test coverage detected