MCPcopy Index your code
hub / github.com/angular/angular / isStreamingResourceOptions

Function isStreamingResourceOptions

packages/core/src/resource/resource.ts:565–569  ·  view source on GitHub ↗
(
  options: ResourceOptions<T, R>,
)

Source from the content-addressed store, hash-verified

563}
564
565function isStreamingResourceOptions<T, R>(
566 options: ResourceOptions<T, R>,
567): options is StreamingResourceOptions<T, R> {
568 return !!(options as StreamingResourceOptions<T, R>).stream;
569}
570
571/**
572 * Project from a state with `ResourceInternalStatus` to the user-facing `ResourceStatus`

Callers 1

getLoaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…