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

Function createComment

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected