MCPcopy Create free account
hub / github.com/IENT/YUView / writeTableToFiles

Function writeTableToFiles

tools/standardTextToCode/writeTablesC++.py:179–184  ·  view source on GitHub ↗
(table, files)

Source from the content-addressed store, hash-verified

177 cpp.write("}\n")
178
179def writeTableToFiles(table, files):
180 writeBeginningToHeader(table, files[0])
181 writeBeginnginToSource(table, files[1])
182 writeItemsInContainer(table, files)
183 writeEndToSource(files[1])
184 writeEndToHeader(files[0])
185
186def writeTablesToCpp(parsedTables, path):
187 Path(path).mkdir(parents=True, exist_ok=True)

Callers 1

writeTablesToCppFunction · 0.85

Calls 5

writeBeginningToHeaderFunction · 0.85
writeBeginnginToSourceFunction · 0.85
writeItemsInContainerFunction · 0.85
writeEndToSourceFunction · 0.85
writeEndToHeaderFunction · 0.85

Tested by

no test coverage detected