MCPcopy Index your code
hub / github.com/Tencent/kbone / element.test.js

File element.test.js

packages/miniprogram-render/test/node/element.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const mock = require('../mock')
2const Element = require('../../src/node/element')
3const TextNode = require('../../src/node/text-node')
4const Node = require('../../src/node/node')

Callers

nothing calls this directly

Calls 15

getElementByIdMethod · 0.80
containsMethod · 0.80
addMethod · 0.80
createElementMethod · 0.80
createTextNodeMethod · 0.80
appendChildMethod · 0.80
removeChildMethod · 0.80
hasAttributeMethod · 0.80
insertBeforeMethod · 0.80
replaceChildMethod · 0.80
createCommentMethod · 0.80
hasAttributeNSMethod · 0.80

Tested by

no test coverage detected