Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
func
(pa *Path) push(s PathStep) {
71
*pa = append(*pa, s)
72
}
73
74
func
(pa *Path) pop() {
75
*pa = (*pa)[:len(*pa)-1]
Callers
1
compareAny
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected