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

Function setTextContent

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected