Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ main
Function
main
Tools/PartioViewer/main.cpp:25–31 ·
view source on GitHub ↗
main
Source
from the content-addressed store, hash-verified
23
24
// main
25
int main( int argc, char **argv )
26
{
27
REPORT_MEMORY_LEAKS;
28
29
PartioViewer viewer;
30
return viewer.run(argc, argv);
31
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected