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

Method GetInt32

src/plugin/kernel/src/AFNodeManager.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207int32_t AFNodeManager::GetInt32(const std::string& name) const
208{
209 auto index = GetIndex(name);
210 ARK_ASSERT_RET_VAL(index > 0, NULL_INT);
211
212 return GetInt32(index);
213}
214
215uint32_t AFNodeManager::GetUInt32(const std::string& name) const
216{

Callers 1

SetInt32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected