MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / DescribeNegationTo

Method DescribeNegationTo

Tests/config/rapidjsonhelper.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 void DescribeTo(std::ostream *os) const { DescribeHelper(true, os); }
87 void DescribeNegationTo(std::ostream *os) const { DescribeHelper(false, os); }
88 };
89}
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected