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

Method GetBool

src/plugin/kernel/src/AFNodeManager.cpp:199–205  ·  view source on GitHub ↗

query data

Source from the content-addressed store, hash-verified

197
198// query data
199bool AFNodeManager::GetBool(const std::string& name) const
200{
201 auto index = GetIndex(name);
202 ARK_ASSERT_RET_VAL(index > 0, NULL_BOOLEAN);
203
204 return GetBool(index);
205}
206
207int32_t AFNodeManager::GetInt32(const std::string& name) const
208{

Callers 1

SetBoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected