MCPcopy Create free account
hub / github.com/effect-app/libs / respBytes

Function respBytes

packages/infra/src/Store/Cosmos.ts:62–64  ·  view source on GitHub ↗
(
  resp: { diagnostics?: { clientSideRequestStatistics?: { totalResponsePayloadLengthInBytes?: number } } }
)

Source from the content-addressed store, hash-verified

60 })
61
62const respBytes = (
63 resp: { diagnostics?: { clientSideRequestStatistics?: { totalResponsePayloadLengthInBytes?: number } } }
64) => resp.diagnostics?.clientSideRequestStatistics?.totalResponsePayloadLengthInBytes ?? 0
65
66const annotateFeed = (resp: {
67 resources: readonly unknown[]

Callers 2

annotateFeedFunction · 0.70
annotateItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…