MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AFClassMeta

Method AFClassMeta

src/plugin/kernel/src/AFClassMeta.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25AFClassMeta::AFClassMeta(const std::string& name)
26 : name_(name)
27{
28 class_meta_call_back_ = std::make_shared<AFClassCallBackManager>();
29}
30
31size_t AFClassMeta::GetNodeCount() const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected