MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / TestIncompleteStorage

Class TestIncompleteStorage

src/core/test/utils/metahelper.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14int RefCnt::cnt = 0;
15
16struct TestIncompleteStorage {
17 class T;
18 IncompleteObjStorage<T, 4, 4> m_t;
19
20 T& t() { return m_t.get(); }
21};
22
23class TestIncompleteStorage::T {
24 int m = 123;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected