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

Method IsPublic

src/plugin/kernel/src/AFCEntity.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75bool AFCEntity::IsPublic(const std::string& name) const
76{
77 ARK_ASSERT_RET_VAL(class_meta_ != nullptr, false);
78
79 auto index = class_meta_->GetIndex(name);
80 ARK_ASSERT_RET_VAL(index > 0, false);
81
82 return IsPublic(index);
83}
84
85bool AFCEntity::IsPublic(const uint32_t index) const
86{

Callers

nothing calls this directly

Calls 1

GetIndexMethod · 0.45

Tested by

no test coverage detected