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

Function hasNoMatchingOption

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.jsFile · 0.70

Calls 2

looseEqualFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected