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

Function pass

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

Source from the content-addressed store, hash-verified

167
168 var curState, setStyle;
169 function pass() {
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;

Callers 4

attributesFunction · 0.70
attributeFunction · 0.70
attvalueFunction · 0.70
attvaluemaybeFunction · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected