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

Function respBytes

packages/infra/src/ClusterCosmos.ts:133–135  ·  view source on GitHub ↗
(
  resp: { diagnostics?: { clientSideRequestStatistics?: { totalResponsePayloadLengthInBytes?: number } } }
)

Source from the content-addressed store, hash-verified

131const isPreconditionFailed = (u: unknown) => isCosmosStatus(u, 412)
132
133const respBytes = (
134 resp: { diagnostics?: { clientSideRequestStatistics?: { totalResponsePayloadLengthInBytes?: number } } }
135) => resp.diagnostics?.clientSideRequestStatistics?.totalResponsePayloadLengthInBytes ?? 0
136
137const annotateItem = (resp: {
138 readonly requestCharge?: number

Callers 2

annotateItemFunction · 0.70
annotateFeedFunction · 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…