Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ main
Function
main
Tests/SdkIntegration/main/Source/main.c:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
int main(int argc, char* argv[]) {
44
tt_app_register((AppRegistration) {
45
.onShow = onShowApp
46
});
47
return 0;
48
}
Callers
nothing calls this directly
Calls
1
tt_app_register
Function · 0.85
Tested by
no test coverage detected