Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
std::unique_ptr<AppPaths> AppInstance::getPaths() const {
51
assert(manifest != nullptr);
52
return std::make_unique<AppPaths>(*manifest);
53
}
54
55
} // namespace
Callers
7
init
Method · 0.45
init
Method · 0.45
onShow
Method · 0.45
tt_app_get_user_data_path
Function · 0.45
tt_app_get_user_data_child_path
Function · 0.45
tt_app_get_assets_path
Function · 0.45
tt_app_get_assets_child_path
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected