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

Function generate_cpp_header

tools/api.py:718–721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

716
717
718def generate_cpp_header() -> str:
719 process_functions()
720 return generate_lines(cpp_header_preamble +
721 [c.generate() for c in cpp_classes])
722
723
724c_type_map: Dict[str, Type] = {}

Callers

nothing calls this directly

Calls 3

process_functionsFunction · 0.85
generate_linesFunction · 0.85
generateMethod · 0.45

Tested by

no test coverage detected