()
| 49 | } |
| 50 | |
| 51 | function notFound() { |
| 52 | return HttpServerResponse.jsonUnsafe({ error: "Not Found" }, { status: 404 }) |
| 53 | } |
| 54 | |
| 55 | function embeddedUIResponse(file: string, body: Uint8Array) { |
| 56 | const mime = FSUtil.mimeType(file) |
no outgoing calls
no test coverage detected