MCPcopy Create free account
hub / github.com/danomatika/ofxLua / clear

Method clear

src/ofxLuaFileWriter.cpp:30–33  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

28
29//------------------------------------------------------------------------------
30void ofxLuaFileWriter::clear() {
31 buffer.clear();
32 tables.clear();
33}
34
35//------------------------------------------------------------------------------
36void ofxLuaFileWriter::newLine() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected