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

Function cur_scope

static/editor.md/lib/codemirror/mode/julia/julia.js:49–54  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

47 }
48
49 function cur_scope(state) {
50 if(state.scopes.length==0) {
51 return null;
52 }
53 return state.scopes[state.scopes.length - 1];
54 }
55
56 // tokenizers
57 function tokenBase(stream, state) {

Callers 2

in_arrayFunction · 0.85
tokenBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected