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

Method cloneNode

packages/miniprogram-render/src/node/text-node.js:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 cloneNode() {
120 return this.ownerDocument.$$createTextNode({
121 content: this.$_content,
122 nodeId: `b-${tool.getId()}`, // 运行时生成,使用 b- 前缀
123 })
124 }
125}
126
127module.exports = TextNode

Callers

nothing calls this directly

Calls 1

$$createTextNodeMethod · 0.80

Tested by

no test coverage detected