Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ is_pointer
Method
is_pointer
tools/api.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
self.name = name.strip()
58
59
def
is_pointer(self) -> bool:
60
return
self.name.endswith(
'*'
)
61
62
def
is_reference(self) -> bool:
63
return
self.name.endswith(
'&'
)
Callers
3
remove_pointer
Method · 0.95
decay
Method · 0.80
handle_wrap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected