Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
$_generateHtml
Method · 0.95
$_generateDomTree
Method · 0.95
appendChild
Method · 0.95
$_updateChildrenExtra
Method · 0.95
map
Method · 0.80
$$createElement
Method · 0.80
$$updateParent
Method · 0.80
parse
Method · 0.45
Tested by
no test coverage detected