Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ baz
Method
baz
src/examples/example_module_impl.cpp:66–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
int baz(int a, int b) override
67
{
68
if (flags[
"operation"
] ==
"sum"
) {
69
return a + b;
70
}
71
return -1;
72
}
73
74
mesos::Parameters parameters() const override
75
{
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64