MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / cont

Function cont

mini-code-edit/cm/mode/xml/xml.js:171–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]);
170 }
171 function cont() {
172 pass.apply(null, arguments);
173 return true;
174 }
175
176 function pushContext(tagName, startOfLine) {
177 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

no outgoing calls

Tested by

no test coverage detected