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

Method remove_pointer

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

Source from the content-addressed store, hash-verified

94 return self
95
96 def remove_pointer(self) -> 'Type':
97 if self.is_pointer():
98 return Type(self.name[0:-1])
99 return self
100
101 def remove_reference(self) -> 'Type':
102 if self.is_reference():

Callers 2

basicMethod · 0.95
output_declarationsMethod · 0.80

Calls 2

is_pointerMethod · 0.95
TypeClass · 0.85

Tested by

no test coverage detected