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

Function hasNoMatchingOption

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

looseEqualFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected