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

Method SetGUID

src/plugin/kernel/src/AFCRow.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool AFCRow::SetGUID(const uint32_t index, const AFGUID& value)
252{
253 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
254
255 return m_pNodeManager->SetGUID(index, value);
256}
257
258bool AFCRow::SetBool(const std::string& name, bool value)
259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected