Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ isDevModeEnabled
Function
isDevModeEnabled
server/src/middleware/auth.ts:538–540 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
536
* Check
if
dev mode is enabled
537
*/
538
export
function
isDevModeEnabled(): boolean {
539
return
DEV_MODE_ENABLED;
540
}
541
542
/**
543
* Get all available dev users (
for
UI switcher)
Callers
5
getUserFromRequest
Function · 0.50
setupRoutes
Method · 0.50
setupAuthRoutes
Method · 0.50
start
Method · 0.50
getWebMemberContext
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected