MCPcopy
hub / github.com/pandao/editor.md / cont

Function cont

lib/codemirror/mode/rust/rust.js:147–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;
150 }
151
152 function pushlex(type, info) {
153 var result = function() {

Callers 15

moreFunction · 0.70
commasepFunction · 0.70
stat_ofFunction · 0.70
blockFunction · 0.70
endstatementFunction · 0.70
expressionFunction · 0.70
maybeopFunction · 0.70
maybepropFunction · 0.70
exprbraceFunction · 0.70
roFunction · 0.70
blockvarsFunction · 0.70
letdef1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…