MCPcopy
hub / github.com/fanmingming/live / isDef

Function isDef

m3u8/vue.js:21–23  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

19 }
20
21 function isDef (v) {
22 return v !== undefined && v !== null
23 }
24
25 function isTrue (v) {
26 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