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

Function isDef

static/vuejs/vue.common.js:4520–4522  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

4518}
4519
4520function isDef (v) {
4521 return v !== undefined && v !== null
4522}
4523
4524function isTrue (v) {
4525 return v === true

Callers 15

sameVnodeFunction · 0.70
sameInputTypeFunction · 0.70
createKeyToOldIdxFunction · 0.70
createPatchFunctionFunction · 0.70
removeNodeFunction · 0.70
createElmFunction · 0.70
createComponentFunction · 0.70
initComponentFunction · 0.70
reactivateComponentFunction · 0.70
insertFunction · 0.70
isPatchableFunction · 0.70
invokeCreateHooksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected