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

Function popContext

static/editor.md/lib/codemirror/mode/cypher/cypher.js:57–60  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

55 };
56 };
57 var popContext = function(state) {
58 state.indent = state.context.indent;
59 return state.context = state.context.prev;
60 };
61 var indentUnit = config.indentUnit;
62 var curPunc;
63 var funcs = wordRegexp(["abs", "acos", "allShortestPaths", "asin", "atan", "atan2", "avg", "ceil", "coalesce", "collect", "cos", "cot", "count", "degrees", "e", "endnode", "exp", "extract", "filter", "floor", "haversin", "head", "id", "keys", "labels", "last", "left", "length", "log", "log10", "lower", "ltrim", "max", "min", "node", "nodes", "percentileCont", "percentileDisc", "pi", "radians", "rand", "range", "reduce", "rel", "relationship", "relationships", "replace", "right", "round", "rtrim", "shortestPath", "sign", "sin", "split", "sqrt", "startnode", "stdev", "stdevp", "str", "substring", "sum", "tail", "tan", "timestamp", "toFloat", "toInt", "trim", "type", "upper"]);

Callers 1

cypher.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected