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

Function attrContinuedState

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

Source from the content-addressed store, hash-verified

291 return attrState(type, stream, state);
292 }
293 function attrContinuedState(type, stream, state) {
294 if (type == "string") return attrContinuedState;
295 return attrState(type, stream, state);
296 }
297
298 return {
299 startState: function() {

Callers

nothing calls this directly

Calls 1

attrStateFunction · 0.85

Tested by

no test coverage detected