MCPcopy
hub / github.com/msoedov/agentic_security / isDef

Function isDef

agentic_security/static/vue.js:22–24  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

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