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

Method SetWString

src/plugin/kernel/src/AFNodeManager.cpp:424–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424bool AFNodeManager::SetWString(const std::string& name, const std::wstring& value)
425{
426 auto index = GetIndex(name);
427 ARK_ASSERT_RET_VAL(index > 0, false);
428
429 return SetWString(index, value);
430}
431
432bool AFNodeManager::SetGUID(const std::string& name, const AFGUID& value)
433{

Callers

nothing calls this directly

Calls 2

GetTypeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected