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

Method FromString

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

Source from the content-addressed store, hash-verified

199 }
200
201 void FromString(const std::string& value) override
202 {
203 data_ = AFMisc::FromString<uint32_t>(value);
204 }
205
206 ID_TYPE GetValue() const override
207 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected