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

Method FromString

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

Source from the content-addressed store, hash-verified

495 }
496
497 void FromString(const std::string& value) override
498 {
499 data_ = AFMisc::FromString<uint64_t>(value);
500 }
501
502 ID_TYPE GetValue() const override
503 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected