Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ B0
Class
B0
internal/tests/core/test/test_base_object.cpp:51–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
};
50
51
class B0 : public BaseObject
52
{
53
public:
54
B0()
55
{
56
(*this)[
"b0_obj"
] = 1;
57
}
58
};
59
60
class B1 : public B0
61
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected