MCPcopy 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.jsFile · 0.45
node.test.jsFile · 0.45
element.test.jsFile · 0.45
OFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected