Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_wrap
Function · 0.95
string_c_wrap
Function · 0.95
update
Method · 0.80
vector_c_wrap
Function · 0.80
Calls
1
Type
Class · 0.85
Tested by
no test coverage detected