MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createTextNode

Function createTextNode

static/vuejs/vue.common.js:4399–4401  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

4397}
4398
4399function createTextNode (text) {
4400 return document.createTextNode(text)
4401}
4402
4403function createComment (text) {
4404 return document.createComment(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected