Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
basic
Method · 0.95
output_declarations
Method · 0.80
Calls
2
is_pointer
Method · 0.95
Type
Class · 0.85
Tested by
no test coverage detected