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

Function createComment

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

Source from the content-addressed store, hash-verified

4391}
4392
4393function createComment (text) {
4394 return document.createComment(text)
4395}
4396
4397function insertBefore (parentNode, newNode, referenceNode) {
4398 parentNode.insertBefore(newNode, referenceNode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected