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

Function isUndef

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

Source from the content-addressed store, hash-verified

4510var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
4511
4512function isUndef (v) {
4513 return v === undefined || v === null
4514}
4515
4516function isDef (v) {
4517 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