MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / push

Function push

static/js/codemirror/mode/r/r.js:85–91  ·  view source on GitHub ↗
(state, type, stream)

Source from the content-addressed store, hash-verified

83 }
84
85 function push(state, type, stream) {
86 state.ctx = {type: type,
87 indent: state.indent,
88 align: null,
89 column: stream.column(),
90 prev: state.ctx};
91 }
92 function pop(state) {
93 state.indent = state.ctx.indent;
94 state.ctx = state.ctx.prev;

Callers 1

r.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected