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

Function callArguments

static/editor.md/lib/codemirror/mode/jade/jade.js:270–279  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

268 }
269 }
270 function callArguments(stream, state) {
271 if (state.mixinCallAfter) {
272 state.mixinCallAfter = false;
273 if (!stream.match(/^\( *[-\w]+ *=/, false)) {
274 state.javaScriptArguments = true;
275 state.javaScriptArgumentsDepth = 0;
276 }
277 return true;
278 }
279 }
280
281 function conditional(stream, state) {
282 if (stream.match(/^(if|unless|else if|else)\b/)) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected