Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
bool g_SomeFunctionCalled;
13
int SomeFunction()
14
{
15
g_SomeFunctionCalled = true;
16
return 3;
17
}
18
19
bool BoolFunction(bool result, bool & called)
20
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected