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

Method IsPrivate

src/plugin/kernel/src/AFCEntity.cpp:90–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool AFCEntity::IsPrivate(const std::string& name) const
91{
92 ARK_ASSERT_RET_VAL(class_meta_ != nullptr, false);
93
94 auto index = class_meta_->GetIndex(name);
95 ARK_ASSERT_RET_VAL(index > 0, false);
96
97 return IsPrivate(index);
98}
99
100bool AFCEntity::IsPrivate(const uint32_t index) const
101{

Callers

nothing calls this directly

Calls 1

GetIndexMethod · 0.45

Tested by

no test coverage detected