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

Function getValue

static/vuejs/vue.esm.js:6793–6797  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

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

Callers 2

setSelectedFunction · 0.70
hasNoMatchingOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected