Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPISEC/MBE
/ dismiss
Method
dismiss
src/lecture/cpp/cpp_lec01.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
public:
13
virtual void greet() { printf(
"Bar says hi\n"
); }
14
virtual void dismiss() { printf(
"Bar says bye\n"
); }
15
void me() { printf(
"Bar is best\n"
); }
16
};
17
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected