(
resp: { diagnostics?: { clientSideRequestStatistics?: { totalResponsePayloadLengthInBytes?: number } } }
)
| 60 | }) |
| 61 | |
| 62 | const respBytes = ( |
| 63 | resp: { diagnostics?: { clientSideRequestStatistics?: { totalResponsePayloadLengthInBytes?: number } } } |
| 64 | ) => resp.diagnostics?.clientSideRequestStatistics?.totalResponsePayloadLengthInBytes ?? 0 |
| 65 | |
| 66 | const annotateFeed = (resp: { |
| 67 | resources: readonly unknown[] |
no outgoing calls
no test coverage detected
searching dependent graphs…