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

Method FromString

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

Source from the content-addressed store, hash-verified

643 }
644
645 void FromString(const std::string& value) override
646 {
647 data_ = AFMisc::FromString<double>(value);
648 }
649
650 ID_TYPE GetValue() const override
651 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected