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

Method remove_reference

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

Source from the content-addressed store, hash-verified

99 return self
100
101 def remove_reference(self) -> 'Type':
102 if self.is_reference():
103 return Type(self.name[0:-1])
104 return self
105
106 def remove_const(self) -> 'Type':
107 if self.is_const():

Callers 3

decayMethod · 0.95
basicMethod · 0.80
updateMethod · 0.80

Calls 2

is_referenceMethod · 0.95
TypeClass · 0.85

Tested by

no test coverage detected