MCPcopy Create free account
hub / github.com/Tracktion/choc / reset

Method reset

choc/text/choc_CodePrinter.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152//==============================================================================
153
154inline void CodePrinter::reset() { *this = {}; }
155inline bool CodePrinter::empty() const { return lines.empty(); }
156
157inline CodePrinter& CodePrinter::operator<< (const char* s) { writeBlock (s); return *this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected