Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ writeLine
Method
writeLine
src/ofxLuaFileWriter.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void ofxLuaFileWriter::writeLine(const std::string& line) {
63
buffer << line << std::endl;
64
}
65
66
void ofxLuaFileWriter::beginTable(const std::string& tableName) {
67
if(tables.empty()) {
Callers
1
runTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected