MCPcopy Create free account
hub / github.com/google/gapid / Missing

Method Missing

core/data/compare/path.go:89–89  ·  view source on GitHub ↗

Missing returns a new Path with a missing value fragment appended.

(reference, value interface{})

Source from the content-addressed store, hash-verified

87
88// Missing returns a new Path with a missing value fragment appended.
89func (p Path) Missing(reference, value interface{}) Path { return p.with(Key, reference, value) }
90
91// Index returns a new Path with an array/slice index fragment appended.
92func (p Path) Index(i int, reference, value interface{}) Path {

Callers 2

compare_test.goFile · 0.80
compareValuesMethod · 0.80

Calls 1

withMethod · 0.95

Tested by

no test coverage detected