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

Function createComment

static/vuejs/vue.common.js:4403–4405  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

4401}
4402
4403function createComment (text) {
4404 return document.createComment(text)
4405}
4406
4407function insertBefore (parentNode, newNode, referenceNode) {
4408 parentNode.insertBefore(newNode, referenceNode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected