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

Method add_const

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

Source from the content-addressed store, hash-verified

75 return Type(self.name + '&')
76
77 def add_const(self) -> 'Type':
78 return Type('const ' + self.name)
79
80 def inner_type(self) -> Optional['Type']:
81 i = self.name.find('<')

Callers 3

const_compatibleMethod · 0.95
vector_c_wrapFunction · 0.80
methodMethod · 0.80

Calls 1

TypeClass · 0.85

Tested by

no test coverage detected