MCPcopy 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_pointerMethod · 0.95
decayMethod · 0.80
handle_wrapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected