MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / pushContext

Function pushContext

lib/web/CodeMirror/mode/fcl/fcl.js:109–111  ·  view source on GitHub ↗
(state, col, type)

Source from the content-addressed store, hash-verified

107 }
108
109 function pushContext(state, col, type) {
110 return state.context = new Context(state.indented, col, type, null, state.context);
111 }
112
113 function popContext(state) {
114 if (!state.context.prev) return;

Callers 1

fcl.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected