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

Function WriteDefination

Tools/GenerateCode.py:166–169  ·  view source on GitHub ↗
(dst, func_list)

Source from the content-addressed store, hash-verified

164 dst.write('\n')
165
166def WriteDefination(dst, func_list):
167 for nid, func_name in func_list:
168 WriteOneImpl(dst, func_name, nid)
169 dst.write('\n')
170
171
172def GetExpModuleName(mod_name):

Callers 1

WriteSourceFilesFunction · 0.85

Calls 2

WriteOneImplFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected