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

Function setTextContent

static/vuejs/vue.common.js:4431–4433  ·  view source on GitHub ↗
(node, text)

Source from the content-addressed store, hash-verified

4429}
4430
4431function setTextContent (node, text) {
4432 node.textContent = text;
4433}
4434
4435function setAttribute (node, key, val) {
4436 node.setAttribute(key, val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected