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

Function getValue

static/vuejs/vue.runtime.common.js:6347–6351  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

6345}
6346
6347function getValue (option) {
6348 return '_value' in option
6349 ? option._value
6350 : option.value
6351}
6352
6353function onCompositionStart (e) {
6354 e.target.composing = true;

Callers 2

setSelectedFunction · 0.70
hasNoMatchingOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected