MCPcopy Create free account
hub / github.com/ygs-code/vue / hasNoMatchingOption

Function hasNoMatchingOption

vue.js:11744–11748  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

11742 }
11743
11744 function hasNoMatchingOption(value, options) {
11745 return options.every(function (o) {
11746 return !looseEqual(o, value);
11747 })
11748 }
11749
11750 function getValue(option) {
11751 return '_value' in option

Callers 1

vue.jsFile · 0.85

Calls 1

looseEqualFunction · 0.85

Tested by

no test coverage detected