MCPcopy Index your code
hub / github.com/stenciljs/core / isDevClient

Function isDevClient

src/dev-server/dev-server-utils.ts:113–115  ·  view source on GitHub ↗
(pathname: string)

Source from the content-addressed store, hash-verified

111}
112
113export function isDevClient(pathname: string) {
114 return pathname.startsWith(c.DEV_SERVER_URL);
115}
116
117export function isDevModule(pathname: string) {
118 return pathname.includes(c.DEV_MODULE_URL);

Callers 2

defaultHandlerFunction · 0.90
normalizeHttpRequestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected