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

Function createTextNode

static/vuejs/vue.runtime.js:4389–4391  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

4387}
4388
4389function createTextNode (text) {
4390 return document.createTextNode(text)
4391}
4392
4393function createComment (text) {
4394 return document.createComment(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected