MCPcopy Index your code
hub / github.com/Tencent/kbone / innerHTML

Method innerHTML

packages/miniprogram-render/src/node/element.js:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558 }
559
560 get innerHTML() {
561 return this.$_children.map(child => this.$_generateHtml(child)).join('')
562 }
563
564 set innerHTML(html) {
565 if (typeof html !== 'string') return

Callers

nothing calls this directly

Calls 8

$_generateHtmlMethod · 0.95
$_generateDomTreeMethod · 0.95
appendChildMethod · 0.95
$_updateChildrenExtraMethod · 0.95
mapMethod · 0.80
$$createElementMethod · 0.80
$$updateParentMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected