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

Function WriteNote

Tools/GenerateCode.py:131–134  ·  view source on GitHub ↗
(dst)

Source from the content-addressed store, hash-verified

129 dst.write(' */'+ '\n')
130
131def WriteNote(dst):
132 dst.write('// Note:' + '\n')
133 dst.write('// ' + 'The codebase is generated using {}'.format(os.path.basename(__file__)) + '\n')
134 dst.write('// ' + 'You may need to modify the code manually to fit development needs' + '\n')
135
136
137def FuncNameByNid(nid):

Callers 1

WriteSourceFilesFunction · 0.85

Calls 3

basenameMethod · 0.80
writeMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected