MCPcopy 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
33export default Console

Callers 7

targetCreatedHandlerFunction · 0.45
runOnIOSMethod · 0.45
runOnAndroidMethod · 0.45
runInWebMethod · 0.45
targetCreatedHandlerFunction · 0.45
refreshContextSessionFunction · 0.45
dropFileFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected