MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / cont

Function cont

static/js/codemirror/mode/xml/xml.js:172–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]);
171 }
172 function cont() {
173 pass.apply(null, arguments);
174 return true;
175 }
176
177 function pushContext(tagName, startOfLine) {
178 var noIndent = Kludges.doNotIndent.hasOwnProperty(tagName) || (curState.context && curState.context.noIndent);

Callers 9

elementFunction · 0.70
endtagFunction · 0.70
endclosetagFunction · 0.70
attributesFunction · 0.70
attributeFunction · 0.70
attvalueFunction · 0.70
attvaluemaybeFunction · 0.70
splitCallbackFunction · 0.50
ensureDepsFunction · 0.50

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected