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

Method SetDouble

src/plugin/kernel/src/AFNodeManager.cpp:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408bool AFNodeManager::SetDouble(const std::string& name, const double value)
409{
410 auto index = GetIndex(name);
411 ARK_ASSERT_RET_VAL(index > 0, false);
412
413 return SetDouble(index, value);
414}
415
416bool AFNodeManager::SetString(const std::string& name, const std::string& value)
417{

Callers 1

InitDataMethod · 0.45

Calls 2

GetTypeMethod · 0.45
GetDoubleMethod · 0.45

Tested by

no test coverage detected