Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ add
Method
add
lib/helper/extras/Console.js:25–30 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
23
}
24
25
add(entry) {
26
if
(Array.isArray(entry)) {
27
this._logEntries = this._logEntries.concat(entry)
28
}
29
this._logEntries.push(entry)
30
}
31
}
32
33
export
default Console
Callers
7
targetCreatedHandler
Function · 0.45
runOnIOS
Method · 0.45
runOnAndroid
Method · 0.45
runInWeb
Method · 0.45
targetCreatedHandler
Function · 0.45
refreshContextSession
Function · 0.45
dropFile
Function · 0.45
Calls
1
push
Method · 0.80
Tested by
no test coverage detected