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

Method saveToFile

src/ofxLuaFileWriter.cpp:24–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22
23//------------------------------------------------------------------------------
24bool ofxLuaFileWriter::saveToFile(const std::string& filename) {
25 ofBuffer b(buffer);
26 return ofBufferToFile(ofToDataPath(filename), b);
27}
28
29//------------------------------------------------------------------------------
30void ofxLuaFileWriter::clear() {

Callers 2

writeTableToFileMethod · 0.80
runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected