MCPcopy Create free account
hub / github.com/Inori/GPCS4 / WriteLibComment

Function WriteLibComment

Tools/GenerateCode.py:236–239  ·  view source on GitHub ↗
(dst, lib_name)

Source from the content-addressed store, hash-verified

234 dst.write('#pragma once' + '\n')
235
236def WriteLibComment(dst, lib_name):
237 dst.write('//////////////////////////////////////////////////////////////////////////' + '\n')
238 dst.write('// library: {}'.format(lib_name) + '\n')
239 dst.write('//////////////////////////////////////////////////////////////////////////' + '\n')
240
241
242def WriteModuleFuncDecl(dst):

Callers 1

WriteSourceFilesFunction · 0.85

Calls 2

writeMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected