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

Method SectionNode

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected