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

Function pass

static/editor.md/lib/codemirror/mode/haxe/haxe.js:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202
203 var cx = {state: null, column: null, marked: null, cc: null};
204 function pass() {
205 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
206 }
207 function cont() {
208 pass.apply(null, arguments);
209 return true;

Callers 6

fFunction · 0.70
statementFunction · 0.70
maybeexpressionFunction · 0.70
maybelabelFunction · 0.70
commasepFunction · 0.70
blockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected