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

Method getPaths

Tactility/Source/app/AppInstance.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::unique_ptr<AppPaths> AppInstance::getPaths() const {
51 assert(manifest != nullptr);
52 return std::make_unique<AppPaths>(*manifest);
53}
54
55} // namespace

Callers 7

initMethod · 0.45
initMethod · 0.45
onShowMethod · 0.45
tt_app_get_assets_pathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected