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

Function closeStateErr

static/editor.md/lib/codemirror/mode/xml/xml.js:258–261  ·  view source on GitHub ↗
(type, stream, state)

Source from the content-addressed store, hash-verified

256 return baseState;
257 }
258 function closeStateErr(type, stream, state) {
259 setStyle = "error";
260 return closeState(type, stream, state);
261 }
262
263 function attrState(type, _stream, state) {
264 if (type == "word") {

Callers

nothing calls this directly

Calls 1

closeStateFunction · 0.85

Tested by

no test coverage detected