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

Function generate_lines

tools/api.py:700–701  ·  view source on GitHub ↗
(p: List[str])

Source from the content-addressed store, hash-verified

698
699
700def generate_lines(p: List[str]) -> str:
701 return '\n'.join(p)
702
703
704def generate_c_header() -> str:

Callers 3

generate_c_headerFunction · 0.85
generate_c_api_bodyFunction · 0.85
generate_cpp_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected