Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mergeVNodeHook
Function · 0.85
normalizeArrayChildren
Function · 0.85
resolveAsyncComponent
Function · 0.85
FunctionalRenderContext
Function · 0.85
createComponent
Function · 0.85
createElement
Function · 0.85
applyNS
Function · 0.85
sameVnode
Function · 0.85
createElm
Function · 0.85
patchVnode
Function · 0.85
invokeInsertHook
Function · 0.85
hydrate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected