MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / top

Function top

static/plugins/codemirror/mode/python/python.js:37–39  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

35 CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins));
36
37 function top(state) {
38 return state.scopes[state.scopes.length - 1];
39 }
40
41 CodeMirror.defineMode("python", function(conf, parserConf) {
42 var ERRORCLASS = "error";

Callers 5

tokenBaseFunction · 0.85
pushPyScopeFunction · 0.85
dedentFunction · 0.85
tokenLexerFunction · 0.85
python.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected