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

Method push

cmp/path.go:70–72  ·  view source on GitHub ↗
(s PathStep)

Source from the content-addressed store, hash-verified

68)
69
70func (pa *Path) push(s PathStep) {
71 *pa = append(*pa, s)
72}
73
74func (pa *Path) pop() {
75 *pa = (*pa)[:len(*pa)-1]

Callers 1

compareAnyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected