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

Method CopyFrom

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

Source from the content-addressed store, hash-verified

686 }
687
688 void CopyFrom(AFINode* other) override
689 {
690 ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr);
691 ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType());
692
693 SetObject(other->GetObject());
694 }
695
696 void SaveTo(AFINode* other) override
697 {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected