------------------------------------------------------------------------------
| 28 | |
| 29 | //------------------------------------------------------------------------------ |
| 30 | void ofxLuaFileWriter::clear() { |
| 31 | buffer.clear(); |
| 32 | tables.clear(); |
| 33 | } |
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | void ofxLuaFileWriter::newLine() { |
nothing calls this directly
no outgoing calls
no test coverage detected