MCPcopy Create free account
hub / github.com/google/go-cmp / Init

Method Init

cmp/path.go:354–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352}
353
354func (p *pointerPath) Init() {
355 p.mx = make(map[value.Pointer]value.Pointer)
356 p.my = make(map[value.Pointer]value.Pointer)
357}
358
359// Push indicates intent to descend into pointers vx and vy where
360// visited reports whether either has been seen before. If visited before,

Callers 1

newStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected