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

Method ToString

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

Source from the content-addressed store, hash-verified

194 }
195
196 std::string ToString() const override
197 {
198 return AFMisc::ToString(data_);
199 }
200
201 void FromString(const std::string& value) override
202 {

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected