Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
createTextNode
Function · 0.80
node-ops.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected