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

Method ToString

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

Source from the content-addressed store, hash-verified

268 }
269
270 std::string ToString() const override
271 {
272 return data_;
273 }
274
275 void FromString(const std::string& value) override
276 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected