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

Function pushContext

static/editor.md/lib/codemirror/mode/q/q.js:82–82  ·  view source on GitHub ↗
(state,type,col)

Source from the content-addressed store, hash-verified

80 return"string";
81 }
82 function pushContext(state,type,col){state.context={prev:state.context,indent:state.indent,col:col,type:type};}
83 function popContext(state){state.indent=state.context.indent;state.context=state.context.prev;}
84 return{
85 startState:function(){

Callers 1

q.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected