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

Function isUndef

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

Source from the content-addressed store, hash-verified

4508var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
4509
4510function isUndef (v) {
4511 return v === undefined || v === null
4512}
4513
4514function isDef (v) {
4515 return v !== undefined && v !== null

Callers 3

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70
createPatchFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected