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

Function popStack

static/editor.md/lib/codemirror/mode/scheme/scheme.js:42–44  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

40 }
41
42 function popStack(state) {
43 state.indentStack = state.indentStack.prev;
44 }
45
46 var binaryMatcher = new RegExp(/^(?:[-+]i|[-+][01]+#*(?:\/[01]+#*)?i|[-+]?[01]+#*(?:\/[01]+#*)?@[-+]?[01]+#*(?:\/[01]+#*)?|[-+]?[01]+#*(?:\/[01]+#*)?[-+](?:[01]+#*(?:\/[01]+#*)?)?i|[-+]?[01]+#*(?:\/[01]+#*)?)(?=[()\s;"]|$)/i);
47 var octalMatcher = new RegExp(/^(?:[-+]i|[-+][0-7]+#*(?:\/[0-7]+#*)?i|[-+]?[0-7]+#*(?:\/[0-7]+#*)?@[-+]?[0-7]+#*(?:\/[0-7]+#*)?|[-+]?[0-7]+#*(?:\/[0-7]+#*)?[-+](?:[0-7]+#*(?:\/[0-7]+#*)?)?i|[-+]?[0-7]+#*(?:\/[0-7]+#*)?)(?=[()\s;"]|$)/i);

Callers 1

scheme.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected