Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
431
function
alreadyLoggedIn(name) {
432
const
step =
new
CommentStep(
'am logged in as'
)
433
step.actor =
'I'
434
return
step.addToRecorder([name])
435
}
Callers
1
loginFunction
Function · 0.85
Calls
1
addToRecorder
Method · 0.80
Tested by
no test coverage detected