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

Function isViewReloadOptions

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

Source from the content-addressed store, hash-verified

112 | HotStateReloadRoutesOptions<S>;
113
114function isViewReloadOptions<S>(
115 opts: HotStateReloadOptions<S>,
116): opts is HotStateReloadViewOptions<S> {
117 return "viewModule" in opts;
118}
119
120function isRoutesReloadOptions<S>(
121 opts: HotStateReloadOptions<S>,

Callers 2

createReloadAdapterFunction · 0.85
createHotStateReloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected