()
| 284 | } |
| 285 | |
| 286 | function buildAutoIdEnvelope(): Envelope { |
| 287 | const payload: Envelope.Payload = { value: 42 }; |
| 288 | return { |
| 289 | id: "env-1", |
| 290 | payload, |
| 291 | detail: { case: Envelope.DetailCase.PAYLOAD, value: payload }, |
| 292 | status: AutoIdStatus.OK, |
| 293 | }; |
| 294 | } |
| 295 | |
| 296 | function buildPrimitiveTypes(): PrimitiveTypes { |
| 297 | return { |
no outgoing calls
no test coverage detected