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

Method SaveTo

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

Source from the content-addressed store, hash-verified

694 }
695
696 void SaveTo(AFINode* other) override
697 {
698 ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr);
699 ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType());
700
701 other->SetObject(GetObject());
702 }
703
704 const AFGUID& GetObject() const override
705 {

Callers

nothing calls this directly

Calls 2

GetTypeMethod · 0.45
SetObjectMethod · 0.45

Tested by

no test coverage detected