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

Function createTextNode

static/vuejs/vue.runtime.esm.js:4393–4395  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

4391}
4392
4393function createTextNode (text) {
4394 return document.createTextNode(text)
4395}
4396
4397function createComment (text) {
4398 return document.createComment(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected