MCPcopy Index your code
hub / github.com/TruthHun/BookStack / isDef

Function isDef

static/vuejs/vue.runtime.esm.js:4514–4516  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

4512}
4513
4514function isDef (v) {
4515 return v !== undefined && v !== null
4516}
4517
4518function isTrue (v) {
4519 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