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

Method FromString

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

Source from the content-addressed store, hash-verified

273 }
274
275 void FromString(const std::string& value) override
276 {
277 data_ = value;
278 }
279
280 ID_TYPE GetValue() const override
281 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected