Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
int RefCnt::cnt = 0;
15
16
struct TestIncompleteStorage {
17
class T;
18
IncompleteObjStorage<T, 4, 4> m_t;
19
20
T& t() { return m_t.get(); }
21
};
22
23
class TestIncompleteStorage::T {
24
int m = 123;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected