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

Function hasNoMatchingOption

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.common.jsFile · 0.70

Calls 2

looseEqualFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected