Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ is_reference
Method
is_reference
tools/api.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
return
self.name.endswith(
'*'
)
61
62
def
is_reference(self) -> bool:
63
return
self.name.endswith(
'&'
)
64
65
def
is_const(self) -> bool:
66
return
self.name.startswith(
'const '
)
Callers
4
remove_reference
Method · 0.95
handle_wrap
Function · 0.80
vector_c_wrap
Function · 0.80
string_c_wrap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected