MCPcopy Create free account
hub / github.com/comaps/comaps / BoolFunction

Function BoolFunction

libs/base/base_tests/logging_test.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19bool BoolFunction(bool result, bool & called)
20{
21 called = true;
22 return result;
23}
24} // namespace
25
26UNIT_TEST(Logging_Level)

Callers 1

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected