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

Function setTextContent

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

Source from the content-addressed store, hash-verified

4423}
4424
4425function setTextContent (node, text) {
4426 node.textContent = text;
4427}
4428
4429function setAttribute (node, key, val) {
4430 node.setAttribute(key, val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected