MCPcopy Index your code
hub / github.com/gavv/httpexpect / Element

Method Element

array.go:190–192  ·  view source on GitHub ↗

Deprecated: use Value instead.

(index int)

Source from the content-addressed store, hash-verified

188
189// Deprecated: use Value instead.
190func (a *Array) Element(index int) *Value {
191 return a.Value(index)
192}
193
194// HasValue succeeds if array's value at the given index is equal to given value.
195//

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.95

Tested by

no test coverage detected