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

Function pass

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

Source from the content-addressed store, hash-verified

142
143 var cx = {state: null, stream: null, marked: null, cc: null};
144 function pass() {
145 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
146 }
147 function cont() {
148 pass.apply(null, arguments);
149 return true;

Callers 15

commasepFunction · 0.70
blockFunction · 0.70
endstatementFunction · 0.70
expressionFunction · 0.70
maybeopFunction · 0.70
maybepropFunction · 0.70
exprbraceFunction · 0.70
letdef1Function · 0.70
letdef2Function · 0.70
maybetypeFunction · 0.70
inopFunction · 0.70
fndefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected