Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ tt_app_start_with_bundle
Function
tt_app_start_with_bundle
TactilityC/Source/tt_app.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void tt_app_start_with_bundle(const char* appId, BundleHandle parameters) {
53
tt::app::start(appId, std::shared_ptr<tt::Bundle>(static_cast<tt::Bundle*>(parameters)));
54
}
55
56
void tt_app_stop() {
57
tt::app::stop();
Callers
nothing calls this directly
Calls
1
start
Function · 0.50
Tested by
no test coverage detected