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

Method CopyFrom

src/plugin/kernel/include/AFCNode.hpp:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 void CopyFrom(AFINode* other) override
467 {
468 ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr);
469 ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType());
470
471 SetUInt64(other->GetUInt64());
472 }
473
474 void SaveTo(AFINode* other) override
475 {

Callers

nothing calls this directly

Calls 2

GetTypeMethod · 0.45
GetUInt64Method · 0.45

Tested by

no test coverage detected