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

Method SaveTo

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

Source from the content-addressed store, hash-verified

250 }
251
252 void SaveTo(AFINode* other) override
253 {
254 ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr);
255 ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType());
256
257 other->SetString(GetString());
258 }
259
260 const std::string& GetString() const override
261 {

Callers

nothing calls this directly

Calls 2

GetTypeMethod · 0.45
SetStringMethod · 0.45

Tested by

no test coverage detected