MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / isApiResult

Function isApiResult

telemetry-dashboard/src/api.ts:116–116  ·  view source on GitHub ↗
(v: Range | ApiResult)

Source from the content-addressed store, hash-verified

114}
115
116const isApiResult = (v: Range | ApiResult): v is ApiResult => 'body' in v;
117
118/** Every day in the range, so a chart's x-axis has no holes where nothing happened. */
119function dayList(range: Range): string[] {

Callers 1

handleApiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected