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

Function createComment

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

Source from the content-addressed store, hash-verified

4397}
4398
4399function createComment (text) {
4400 return document.createComment(text)
4401}
4402
4403function insertBefore (parentNode, newNode, referenceNode) {
4404 parentNode.insertBefore(newNode, referenceNode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected