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

Function copyState

static/editor.md/lib/codemirror/mode/jade/jade.js:528–530  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

526 return new State();
527 }
528 function copyState(state) {
529 return state.copy();
530 }
531 /**
532 * Get the next token in the stream
533 *

Callers 10

highlightWorkerFunction · 0.85
getStateBeforeFunction · 0.85
getObjFunction · 0.85
highlightWorkerFunction · 0.85
getStateBeforeFunction · 0.85
getObjFunction · 0.85
highlightWorkerFunction · 0.85
getStateBeforeFunction · 0.85
getObjFunction · 0.85
getLineStylesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected