(prefix: string)
| 31 | }; |
| 32 | |
| 33 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 34 | const MICROSOFT_FILES_PRESET_ID = "files"; |
| 35 | |
| 36 | // Compiling the Graph spec inside dev workerd needs more headroom than GitHub's |
no test coverage detected