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

Method FromString

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

Source from the content-addressed store, hash-verified

569 }
570
571 void FromString(const std::string& value) override
572 {
573 data_ = AFMisc::FromString<float>(value);
574 }
575
576 ID_TYPE GetValue() const override
577 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected