MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / currentQueue

Function currentQueue

lib/recorder.js:441–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439}
440
441function currentQueue() {
442 let session = ''
443 if (sessionId) session = `<${sessionId}> `
444 return `[${queueId}] ${session}`
445}

Callers 8

resetFunction · 0.85
startFunction · 0.85
restoreFunction · 0.85
addFunction · 0.85
catchFunction · 0.85
catchWithoutStopFunction · 0.85
stopFunction · 0.85
toStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected