MCPcopy Create free account
hub / github.com/Tencent/Hippy / createTextNode

Method createTextNode

packages/hippy-vue/src/renderer/document-node.js:43–45  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

41 }
42
43 static createTextNode(text) {
44 return new TextNode(text);
45 }
46
47 static createEvent(eventName) {
48 const eventInstance = new Event(eventName);

Callers 3

index.test.jsFile · 0.80
createTextNodeFunction · 0.80
node-ops.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected