MCPcopy 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.jsFile · 0.80
document.test.jsFile · 0.80
node.test.jsFile · 0.80
comment.test.jsFile · 0.80
element.test.jsFile · 0.80
$_generateDomTreeMethod · 0.80
jquery-3.6.0.jsFile · 0.80
fFunction · 0.80

Calls 1

$$createCommentMethod · 0.95

Tested by

no test coverage detected