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

Function inScope

static/editor.md/lib/codemirror/mode/haxe/haxe.js:158–161  ·  view source on GitHub ↗
(state, varname)

Source from the content-addressed store, hash-verified

156 }
157
158 function inScope(state, varname) {
159 for (var v = state.localVars; v; v = v.next)
160 if (v.name == varname) return true;
161 }
162
163 function parseHaxe(state, style, type, content, stream) {
164 var cc = state.cc;

Callers 1

parseHaxeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected