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

Function result

static/editor.md/lib/codemirror/mode/rust/rust.js:153–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151
152 function pushlex(type, info) {
153 var result = function() {
154 var state = cx.state;
155 state.lexical = {indented: state.indented, column: cx.stream.column(),
156 type: type, prev: state.lexical, info: info};
157 };
158 result.lex = true;
159 return result;
160 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected