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

Function WritePragmaOnce

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

Source from the content-addressed store, hash-verified

231 dst.write('#include "{}"'.format(h_name) + '\n')
232
233def WritePragmaOnce(dst):
234 dst.write('#pragma once' + '\n')
235
236def WriteLibComment(dst, lib_name):
237 dst.write('//////////////////////////////////////////////////////////////////////////' + '\n')

Callers 1

WriteSourceFilesFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected