Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ main
Function
main
cpp/examples/minimal_build/example.cc:62–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
} // namespace
61
62
int main(int argc, char** argv) {
63
Status st = RunMain(argc, argv);
64
if (!st.ok()) {
65
std::cerr << st << std::endl;
66
return 1;
67
}
68
return 0;
69
}
Callers
nothing calls this directly
Calls
2
RunMain
Function · 0.70
ok
Method · 0.45
Tested by
no test coverage detected