MCPcopy
hub / github.com/ygs-code/vue / isTrue

Function isTrue

vue.js:36–38  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

34
35 //判断是否真的等于true
36 function isTrue(v) {
37 return v === true
38 }
39
40 // 判断是否是false
41 function isFalse(v) {

Callers 13

mergeVNodeHookFunction · 0.85
normalizeArrayChildrenFunction · 0.85
resolveAsyncComponentFunction · 0.85
FunctionalRenderContextFunction · 0.85
createComponentFunction · 0.85
createElementFunction · 0.85
applyNSFunction · 0.85
sameVnodeFunction · 0.85
createElmFunction · 0.85
patchVnodeFunction · 0.85
invokeInsertHookFunction · 0.85
hydrateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected