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

Method CopyFrom

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

Source from the content-addressed store, hash-verified

612 }
613
614 void CopyFrom(AFINode* other) override
615 {
616 ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr);
617 ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType());
618
619 SetDouble(other->GetDouble());
620 }
621
622 void SaveTo(AFINode* other) override
623 {

Callers

nothing calls this directly

Calls 2

GetTypeMethod · 0.45
GetDoubleMethod · 0.45

Tested by

no test coverage detected