MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / GPointerType

Class GPointerType

ghidra_scripts/gimport/gtypes.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class GPointerType:
11 def __init__(self, type: GType):
12 self.type: GType = type
13
14 def __str__(self):
15 return f"{self.type}*"
16
17
18class GGlobal:

Callers 4

parse_typeFunction · 0.85
demangleFunction · 0.85
modifyMethod · 0.85
resolve_array_typesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected