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

Function endcloseplugin

static/editor.md/lib/codemirror/mode/tiki/tiki.js:262–268  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

260}
261
262function endcloseplugin(err) {
263 return function(type) {
264 if (err) setStyle = "error";
265 if (type == "endPlugin") return cont();
266 return pass();
267 };
268}
269
270function attributes(type) {
271 if (type == "keyword") {setStyle = "attribute"; return cont(attributes);}

Callers 1

elementFunction · 0.85

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected