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

Function alreadyLoggedIn

lib/plugin/auth.js:431–435  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

429}
430
431function alreadyLoggedIn(name) {
432 const step = new CommentStep('am logged in as')
433 step.actor = 'I'
434 return step.addToRecorder([name])
435}

Callers 1

loginFunctionFunction · 0.85

Calls 1

addToRecorderMethod · 0.80

Tested by

no test coverage detected