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:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
public:
7
virtual void greet() { printf(
"Foo says hi\n"
); }
8
void me() { printf(
"Foo is best\n"
); }
9
};
10
11
class Bar : public Foo {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected