MCPcopy Create free account
hub / github.com/chigraph/chigraph / clone

Method clone

libchigraph/src/LangModule.cpp:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 std::unique_ptr<NodeType> clone() const override {
301 return std::make_unique<StringLiteralNodeType>(*this);
302 }
303
304 nlohmann::json toJSON() const override { return literalString; }
305 std::string literalString;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected