Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPISEC/MBE
/ me
Method
me
src/lecture/cpp/cpp_lec01.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
public:
20
void dismiss() { printf(
"Baz says bye \n"
); }
21
void me() { printf(
"Baz is best\n"
); }
22
};
23
24
int
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected