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

Method GetInt64

src/plugin/kernel/src/AFNodeManager.cpp:223–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223int64_t AFNodeManager::GetInt64(const std::string& name) const
224{
225 auto index = GetIndex(name);
226 ARK_ASSERT_RET_VAL(index > 0, NULL_INT64);
227
228 return GetInt64(index);
229}
230
231uint64_t AFNodeManager::GetUInt64(const std::string& name) const
232{

Callers 1

SetInt64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected