Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ main
Function
main
src/examples/test_executor.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
79
int main(int argc, char** argv)
80
{
81
TestExecutor executor;
82
MesosExecutorDriver driver(&executor);
83
return driver.run() == DRIVER_STOPPED ? 0 : 1;
84
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.65
Tested by
no test coverage detected