Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stenciljs/core
/ isInitialDevServerLoad
Function
isInitialDevServerLoad
src/dev-server/dev-server-utils.ts:125–127 ·
view source on GitHub ↗
(pathname: string)
Source
from the content-addressed store, hash-verified
123
}
124
125
export
function
isInitialDevServerLoad(pathname: string) {
126
return
pathname === c.DEV_SERVER_INIT_URL;
127
}
128
129
export
function
isDevServerClient(pathname: string) {
130
return
pathname === c.DEV_SERVER_URL;
Callers
1
serveDevClient
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected