Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
def
WriteDefination(dst, func_list):
167
for
nid, func_name in func_list:
168
WriteOneImpl(dst, func_name, nid)
169
dst.write(
'\n'
)
170
171
172
def
GetExpModuleName(mod_name):
Callers
1
WriteSourceFiles
Function · 0.85
Calls
2
WriteOneImpl
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected