Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-cmp
/ Uintptr
Method
Uintptr
cmp/internal/value/pointer.go:32–34 ·
view source on GitHub ↗
Uintptr returns the pointer as a uintptr.
()
Source
from the content-addressed store, hash-verified
30
31
// Uintptr returns the pointer as a uintptr.
32
func
(p Pointer) Uintptr() uintptr {
33
return
uintptr(p.p)
34
}
Callers
1
formatPointer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected