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

Function setTextContent

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected