Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/kbone
/ createComment
Method
createComment
packages/miniprogram-render/src/document.js:414–419 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
412
}
413
414
createComment() {
415
// 忽略注释内容的传入
416
return
this.$$createComment({
417
nodeId: `b-${tool.getId()}`,
// 运行时生成,使用 b- 前缀
418
})
419
}
420
421
createDocumentFragment() {
422
return
Element.$$create({
Callers
9
window.test.js
File · 0.80
document.test.js
File · 0.80
node.test.js
File · 0.80
comment.test.js
File · 0.80
element.test.js
File · 0.80
$_generateDomTree
Method · 0.80
jquery-3.6.0.js
File · 0.80
vendors~page2~page3~page4.js
File · 0.80
f
Function · 0.80
Calls
1
$$createComment
Method · 0.95
Tested by
no test coverage detected