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

Method writeComment

src/ofxLuaFileWriter.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void ofxLuaFileWriter::writeComment(const std::string& comment) {
41 buffer << "-- " << comment << std::endl;
42}
43
44void ofxLuaFileWriter::beginCommentBlock() {
45 if(commentBlock) {

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected