(controller)
| 359 | `sha256:${configDigest}`, |
| 360 | new ReadableStream({ |
| 361 | pull(controller) { |
| 362 | controller.enqueue(config); |
| 363 | controller.close(); |
| 364 | }, |
| 365 | }), |
| 366 | config.length, |
| 367 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected