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:252–254 ·
view source on GitHub ↗
* 内部所有注释节点创建都走此接口,统一把控
(options, tree)
Source
from the content-addressed store, hash-verified
250
* 内部所有注释节点创建都走此接口,统一把控
251
*/
252
$$createComment(options, tree) {
253
return
Comment.$$create(options, tree || this.$_tree)
254
}
255
256
/**
257
* 处理 Set-Cookie 头串
Callers
2
createComment
Method · 0.95
cloneNode
Method · 0.80
Calls
1
$$create
Method · 0.45
Tested by
no test coverage detected