MCPcopy 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
117export function isDevModule(pathname: string) {
118 return pathname.includes(c.DEV_MODULE_URL);
119}
120
121export function isOpenInEditor(pathname: string) {
122 return pathname === c.OPEN_IN_EDITOR_URL;

Callers 1

defaultHandlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected