Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ startUnlessRunning
Function
startUnlessRunning
lib/recorder.js:66–70 ·
view source on GitHub ↗
* @return {void} * @inner
()
Source
from the content-addressed store, hash-verified
64
* @inner
65
*/
66
startUnlessRunning() {
67
if
(!this.isRunning()) {
68
this.start()
69
}
70
},
71
72
/**
73
* Add error handler to catch rejected promises
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected