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

Function writeBeginnginToSource

tools/standardTextToCode/writeTablesC++.py:99–101  ·  view source on GitHub ↗
(table, file)

Source from the content-addressed store, hash-verified

97 file.write("\n")
98
99def writeBeginnginToSource(table, file):
100 file.write(f"void {table.name}::parse(SubByteReaderLogging &reader)\n")
101 file.write("{\n")
102
103def writeEndToSource(file):
104 file.write("}\n")

Callers 1

writeTableToFilesFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected