Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void ofxLuaFileWriter::writeComment(const std::string& comment) {
41
buffer <<
"-- "
<< comment << std::endl;
42
}
43
44
void ofxLuaFileWriter::beginCommentBlock() {
45
if(commentBlock) {
Callers
1
runTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected