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

Function hasNoMatchingOption

static/vuejs/vue.js:6780–6787  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.jsFile · 0.70

Calls 2

looseEqualFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected