MCPcopy Create free account
hub / github.com/callstack/agent-device / firstHeaderValue

Function firstHeaderValue

src/upload-stream.ts:261–263  ·  view source on GitHub ↗
(value: string | string[] | undefined)

Source from the content-addressed store, hash-verified

259}
260
261function firstHeaderValue(value: string | string[] | undefined): string | undefined {
262 return Array.isArray(value) ? value[0] : value;
263}

Callers 2

parseUploadResumeOffsetFunction · 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…