MCPcopy Create free account
hub / github.com/OAID/Tengine / B1

Class B1

internal/tests/core/test/test_base_object.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60class B1 : public B0
61{
62public:
63 B1()
64 {
65 (*this)["b1_obj"] = 1;
66 }
67 REGISTER_CLASS_ATTR_OPS(B0);
68};
69
70void show_string_vector(const std::vector<std::string>& vec)
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected