Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ Base
Class
Base
__tests__/fixtures/kernel-parity/torture.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
template <typename T>
51
class Base {
52
public:
53
T item;
54
};
55
56
template <typename T>
57
class Box : public Base<T> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected