MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / isRoutesReloadOptions

Function isRoutesReloadOptions

packages/node/src/dev/hotStateReload.ts:120–124  ·  view source on GitHub ↗
(
  opts: HotStateReloadOptions<S>,
)

Source from the content-addressed store, hash-verified

118}
119
120function isRoutesReloadOptions<S>(
121 opts: HotStateReloadOptions<S>,
122): opts is HotStateReloadRoutesOptions<S> {
123 return "routesModule" in opts;
124}
125
126function toAbsolutePath(input: string | URL, label: string): string {
127 if (input instanceof URL) {

Callers 1

createReloadAdapterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected