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

Method GetDouble

src/plugin/kernel/src/AFNodeManager.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247double AFNodeManager::GetDouble(const std::string& name) const
248{
249 auto index = GetIndex(name);
250 ARK_ASSERT_RET_VAL(index > 0, NULL_DOUBLE);
251
252 return GetDouble(index);
253}
254
255const std::string& AFNodeManager::GetString(const std::string& name) const
256{

Callers 1

SetDoubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected