MCPcopy 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
50template <typename T>
51class Base {
52public:
53 T item;
54};
55
56template <typename T>
57class Box : public Base<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected