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

Function setTextContent

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

Source from the content-addressed store, hash-verified

4419}
4420
4421function setTextContent (node, text) {
4422 node.textContent = text;
4423}
4424
4425function setAttribute (node, key, val) {
4426 node.setAttribute(key, val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected