Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
const
WORKSPACE_FILE = path.join(PROJECT_ROOT,
'WORKSPACE'
)
25
26
function
isDevMode() {
27
return
fs.existsSync(WORKSPACE_FILE)
28
}
29
30
function
checkIsDevMode() {
31
if
(!isDevMode()) {
Callers
3
fileserver.js
File · 0.85
sendIndex
Function · 0.85
checkIsDevMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected