Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ A
Class
A
tests/NoexceptDtorTest.cpp:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
struct A {
2
~A() {}
3
};
4
5
struct C {
6
int i;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected