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

Function GetFuncTableName

Tools/GenerateCode.py:183–185  ·  view source on GitHub ↗
(mod_name, lib_name)

Source from the content-addressed store, hash-verified

181 dst.write('extern const SCE_EXPORT_MODULE {};\n'.format(var_name))
182
183def GetFuncTableName(mod_name, lib_name):
184 func_tab_name = 'g_p{}_{}_FunctionTable'.format(mod_name, lib_name)
185 return func_tab_name
186
187def WriteExpTabDefination(dst, mod_name, lib_dic):
188 fmt_mod_name = GetModFolderName(mod_name)

Callers 1

WriteExpTabDefinationFunction · 0.85

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected