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

Function createTextNode

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected