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

Method DescribeTo

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected