Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ mock_scope_c
Function
mock_scope_c
src/CppUTestExt/MockSupport_c.cpp:1101–1105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1099
}
1100
1101
MockSupport_c* mock_scope_c(const char* scope)
1102
{
1103
currentMockSupport = &mock(scope, &failureReporterForC);
1104
return &gMockSupport;
1105
}
1106
1107
}
Callers
3
all_mock_support_c_calls
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
3
all_mock_support_c_calls
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68