Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ main
Function
main
test/src/helloworld_virtual.cpp:24–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
int main(int ac, char **av)
25
{
26
Foo* foo = new Baz();
27
foo->bar();
28
delete foo;
29
return 0;
30
}
Callers
nothing calls this directly
Calls
1
bar
Method · 0.45
Tested by
no test coverage detected