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

Method ToString

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

Source from the content-addressed store, hash-verified

342 }
343
344 std::string ToString() const override
345 {
346 return AFMisc::ToString(data_);
347 }
348
349 void FromString(const std::string& value) override
350 {

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected