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

Function tt_app_start

TactilityC/Source/tt_app.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void tt_app_start(const char* appId) {
49 tt::app::start(appId);
50}
51
52void 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)));

Callers

nothing calls this directly

Calls 1

startFunction · 0.50

Tested by

no test coverage detected