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

Method SetInt64

src/plugin/kernel/src/AFCEntity.cpp:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330bool AFCEntity::SetInt64(const std::string& name, const int64_t value)
331{
332 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
333
334 return m_pNodeManager->SetInt64(name, value);
335}
336
337bool AFCEntity::SetUInt64(const std::string& name, const uint64_t value)
338{

Callers 2

AddCustomInt64Method · 0.45
SetCustomInt64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected