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

Function createTextNode

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected