MCPcopy Create free account
hub / github.com/gavv/httpexpect / ValueNotEqual

Method ValueNotEqual

object.go:350–352  ·  view source on GitHub ↗

Deprecated: use NotHasValue instead.

(key string, value interface{})

Source from the content-addressed store, hash-verified

348
349// Deprecated: use NotHasValue instead.
350func (o *Object) ValueNotEqual(key string, value interface{}) *Object {
351 return o.NotHasValue(key, value)
352}
353
354// Iter returns a new map of Values attached to object elements.
355//

Callers

nothing calls this directly

Calls 1

NotHasValueMethod · 0.95

Tested by

no test coverage detected