Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ fun
Method
fun
tests/PaddingTest.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
struct Base {
60
virtual ~Base() = default;
61
virtual void fun() {}
62
};
63
64
struct Derived : Base {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected