Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ PrintFunctionDecls
Function
PrintFunctionDecls
Scripts/DefinitionExtract.py:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
return
Arch
168
169
def
PrintFunctionDecls():
170
for
Decl in FunctionDecls:
171
print(
"template<>\nstruct fex_gen_config<{}> {{}};"
.format(Decl.Name))
172
173
def
FindClangArguments(OriginalArguments):
174
AddedArguments = [
"clang"
]
Callers
1
main
Function · 0.85
Calls
2
print
Function · 0.85
format
Method · 0.45
Tested by
no test coverage detected