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

Function hasNoMatchingOption

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

Source from the content-addressed store, hash-verified

6782}
6783
6784function hasNoMatchingOption (value, options) {
6785 for (var i = 0, l = options.length; i < l; i++) {
6786 if (looseEqual(getValue(options[i]), value)) {
6787 return false
6788 }
6789 }
6790 return true
6791}
6792
6793function getValue (option) {
6794 return '_value' in option

Callers 1

vue.esm.jsFile · 0.70

Calls 2

looseEqualFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected