Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stenciljs/core
/ isDevModule
Function
isDevModule
src/dev-server/dev-server-utils.ts:117–119 ·
view source on GitHub ↗
(pathname: string)
Source
from the content-addressed store, hash-verified
115
}
116
117
export
function
isDevModule(pathname: string) {
118
return
pathname.includes(c.DEV_MODULE_URL);
119
}
120
121
export
function
isOpenInEditor(pathname: string) {
122
return
pathname === c.OPEN_IN_EDITOR_URL;
Callers
1
defaultHandler
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected