Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ A1
Class
A1
internal/tests/core/test/test_base_object.cpp:41–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
};
40
41
class A1 : public A0
42
{
43
public:
44
A1()
45
{
46
(*this)[
"a1_obj"
] = 1;
47
}
48
REGISTER_CLASS_ATTR_OPS(A0);
49
};
50
51
class B0 : public BaseObject
52
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected