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