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

Function WriteInclude

Tools/GenerateCode.py:230–231  ·  view source on GitHub ↗
(dst, h_name)

Source from the content-addressed store, hash-verified

228
229
230def WriteInclude(dst, h_name):
231 dst.write('#include "{}"'.format(h_name) + '\n')
232
233def WritePragmaOnce(dst):
234 dst.write('#pragma once' + '\n')

Callers 1

WriteSourceFilesFunction · 0.85

Calls 2

writeMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected