MCPcopy Create free account
hub / github.com/TruthHun/BookStack / hasNoMatchingOption

Function hasNoMatchingOption

static/vuejs/vue.runtime.esm.js:6336–6343  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

6334}
6335
6336function hasNoMatchingOption (value, options) {
6337 for (var i = 0, l = options.length; i < l; i++) {
6338 if (looseEqual(getValue(options[i]), value)) {
6339 return false
6340 }
6341 }
6342 return true
6343}
6344
6345function getValue (option) {
6346 return '_value' in option

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls 2

looseEqualFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected