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

Method IsSave

src/plugin/kernel/src/AFCEntity.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool AFCEntity::IsSave(const std::string& name) const
106{
107 ARK_ASSERT_RET_VAL(class_meta_ != nullptr, false);
108
109 auto index = class_meta_->GetIndex(name);
110 ARK_ASSERT_RET_VAL(index > 0, false);
111
112 return IsSave(index);
113}
114
115bool AFCEntity::IsSave(const uint32_t index) const
116{

Callers

nothing calls this directly

Calls 1

GetIndexMethod · 0.45

Tested by

no test coverage detected