Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
bool BoolFunction(bool result, bool & called)
20
{
21
called = true;
22
return result;
23
}
24
} // namespace
25
26
UNIT_TEST(Logging_Level)
Callers
1
UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected