Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/kbone
/ hasChildNodes
Method
hasChildNodes
packages/miniprogram-render/src/node/node.js:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
hasChildNodes() {
120
return
false
121
}
122
123
remove() {
124
if
(!this.parentNode || !this.parentNode.removeChild)
return
this
Callers
4
window.test.js
File · 0.45
node.test.js
File · 0.45
element.test.js
File · 0.45
O
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected