MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / isDevMode

Function isDevMode

javascript/selenium-webdriver/lib/test/build.js:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24const WORKSPACE_FILE = path.join(PROJECT_ROOT, 'WORKSPACE')
25
26function isDevMode() {
27 return fs.existsSync(WORKSPACE_FILE)
28}
29
30function checkIsDevMode() {
31 if (!isDevMode()) {

Callers 3

fileserver.jsFile · 0.85
sendIndexFunction · 0.85
checkIsDevModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected