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

Method outerHTML

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

Source from the content-addressed store, hash-verified

624 }
625
626 get outerHTML() {
627 return this.$_generateHtml(this)
628 }
629
630 set outerHTML(html) {
631 if (typeof html !== 'string') return

Callers

nothing calls this directly

Calls 8

$_generateHtmlMethod · 0.95
$_generateDomTreeMethod · 0.95
$_updateChildrenExtraMethod · 0.95
appendChildMethod · 0.95
$_triggerParentUpdateMethod · 0.95
$$updateParentMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected