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

Method is_const

tools/api.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 return self.name.endswith('&')
64
65 def is_const(self) -> bool:
66 return self.name.startswith('const ')
67
68 def is_variadic(self):
69 return self.name.startswith('...')

Callers 4

remove_constMethod · 0.95
const_compatibleMethod · 0.80
handle_wrapFunction · 0.80
vector_c_wrapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected