MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~AST_Node

Method ~AST_Node

include/chaiscript/language/chaiscript_common.hpp:556–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556 virtual ~AST_Node() = default;
557 AST_Node(AST_Node &&) = default;
558 AST_Node &operator=(AST_Node &&) = default;
559 AST_Node(const AST_Node &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected