MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / addText

Function addText

static/plugins/codemirror/codemirror.js:9220–9225  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

9218 }
9219 }
9220 function addText(str) {
9221 if (str) {
9222 close();
9223 text += str;
9224 }
9225 }
9226 function walk(node) {
9227 if (node.nodeType == 1) {
9228 var cmText = node.getAttribute("cm-text");

Callers 1

walkFunction · 0.85

Calls 1

closeFunction · 0.70

Tested by

no test coverage detected