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

Method SetString

src/plugin/kernel/src/AFNodeManager.cpp:416–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416bool AFNodeManager::SetString(const std::string& name, const std::string& value)
417{
418 auto index = GetIndex(name);
419 ARK_ASSERT_RET_VAL(index > 0, false);
420
421 return SetString(index, value);
422}
423
424bool AFNodeManager::SetWString(const std::string& name, const std::wstring& value)
425{

Callers 1

InitDataMethod · 0.45

Calls 3

GetTypeMethod · 0.45
GetStringMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected