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

Method add_pointer

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

Source from the content-addressed store, hash-verified

69 return self.name.startswith('...')
70
71 def add_pointer(self) -> 'Type':
72 return Type(self.name + '*')
73
74 def add_reference(self):
75 return Type(self.name + '&')

Callers 4

handle_wrapFunction · 0.95
string_c_wrapFunction · 0.95
updateMethod · 0.80
vector_c_wrapFunction · 0.80

Calls 1

TypeClass · 0.85

Tested by

no test coverage detected