MCPcopy
hub / github.com/google/go-cmp / Pop

Method Pop

cmp/path.go:381–384  ·  view source on GitHub ↗

Pop ascends from pointers vx and vy.

(vx, vy reflect.Value)

Source from the content-addressed store, hash-verified

379
380// Pop ascends from pointers vx and vy.
381func (p pointerPath) Pop(vx, vy reflect.Value) {
382 delete(p.mx, value.PointerOf(vx))
383 delete(p.my, value.PointerOf(vy))
384}
385
386// isExported reports whether the identifier is exported.
387func isExported(id string) bool {

Callers 5

compareAnyMethod · 0.45
compareMapMethod · 0.45
comparePtrMethod · 0.45
FormatDiffMethod · 0.45
FormatValueMethod · 0.45

Calls 1

PointerOfFunction · 0.92

Tested by

no test coverage detected