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

Function push

static/editor.md/lib/codemirror/mode/r/r.js:102–108  ·  view source on GitHub ↗
(state, type, stream)

Source from the content-addressed store, hash-verified

100 }
101
102 function push(state, type, stream) {
103 state.ctx = {type: type,
104 indent: state.indent,
105 align: null,
106 column: stream.column(),
107 prev: state.ctx};
108 }
109 function pop(state) {
110 state.indent = state.ctx.indent;
111 state.ctx = state.ctx.prev;

Callers 1

r.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected