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

Function SomeFunction

libs/base/base_tests/logging_test.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12bool g_SomeFunctionCalled;
13int SomeFunction()
14{
15 g_SomeFunctionCalled = true;
16 return 3;
17}
18
19bool BoolFunction(bool result, bool & called)
20{

Callers 1

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected