MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / process_functions

Function process_functions

tools/api.py:695–697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

693
694@once
695def process_functions() -> None:
696 for f in functions:
697 f.update()
698
699
700def generate_lines(p: List[str]) -> str:

Callers 3

generate_c_headerFunction · 0.85
generate_c_api_bodyFunction · 0.85
generate_cpp_headerFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected