MCPcopy
hub / github.com/nwjs/nw.js / isDef

Function isDef

test/sanity/issue7197-load/js/chunk-vendors.6e82bc79.js:815–817  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

813}
814
815function isDef (v) {
816 return v !== undefined && v !== null
817}
818
819function isTrue (v) {
820 return v === true

Callers 15

isPromiseFunction · 0.85
mergeVNodeHookFunction · 0.85
checkPropFunction · 0.85
isTextNodeFunction · 0.85
normalizeArrayChildrenFunction · 0.85
renderListFunction · 0.85
createComponentFunction · 0.85
transformModelFunction · 0.85
_createElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected