MCPcopy Create free account
hub / github.com/google/gapid / String

Method String

gapis/memory/pointer.go:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86)
87
88func (p ptr) String() string { return PointerToString(p) }
89func (p ptr) IsNullptr() bool { return p.addr == 0 }
90func (p ptr) Address() uint64 { return p.addr }
91func (p ptr) Offset(n uint64) Pointer { return ptr{p.addr + n, p.elTy} }

Callers

nothing calls this directly

Calls 1

PointerToStringFunction · 0.85

Tested by

no test coverage detected