Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPISEC/MBE
/ test
Method
test
src/lecture/cpp/cpp_lec02.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
class CodeTester {
10
public:
11
virtual void test(const char*code)
12
{
13
int (*ret)() = (int(*)())code;
14
ret();
15
}
16
};
17
18
class CommandExecutor {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected