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

Method IsRealTime

src/plugin/kernel/src/AFCEntity.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool AFCEntity::IsRealTime(const std::string& name) const
121{
122 ARK_ASSERT_RET_VAL(class_meta_ != nullptr, false);
123
124 auto index = class_meta_->GetIndex(name);
125 ARK_ASSERT_RET_VAL(index > 0, false);
126
127 return IsRealTime(index);
128}
129
130bool AFCEntity::IsRealTime(const uint32_t index) const
131{

Callers

nothing calls this directly

Calls 1

GetIndexMethod · 0.45

Tested by

no test coverage detected