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

Method FromString

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

Source from the content-addressed store, hash-verified

421 }
422
423 void FromString(const std::string& value) override
424 {
425 data_ = AFMisc::FromString<int64_t>(value);
426 }
427
428 ID_TYPE GetValue() const override
429 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected