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

Function getValue

static/vuejs/vue.common.js:6795–6799  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

6793}
6794
6795function getValue (option) {
6796 return '_value' in option
6797 ? option._value
6798 : option.value
6799}
6800
6801function onCompositionStart (e) {
6802 e.target.composing = true;

Callers 2

setSelectedFunction · 0.70
hasNoMatchingOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected