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

Method ToString

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

Source from the content-addressed store, hash-verified

120 }
121
122 std::string ToString() const override
123 {
124 return AFMisc::ToString(data_);
125 }
126
127 void FromString(const std::string& value) override
128 {

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected