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

Function text

static/vuejs/vue.esm.js:9190–9194  ·  view source on GitHub ↗
(el, dir)

Source from the content-addressed store, hash-verified

9188/* */
9189
9190function text (el, dir) {
9191 if (dir.value) {
9192 addProp(el, 'textContent', ("_s(" + (dir.value) + ")"));
9193 }
9194}
9195
9196/* */
9197

Callers

nothing calls this directly

Calls 1

addPropFunction · 0.70

Tested by

no test coverage detected