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

Method ~SectionNode

unittests/catch.hpp:3837–3837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3835 struct SectionNode {
3836 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {}
3837 virtual ~SectionNode() = default;
3838
3839 bool operator == (SectionNode const& other) const {
3840 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected