(specHash: string)
| 98 | * content hash as the spec. The serve path reads this instead of re-parsing |
| 99 | * the (potentially multi-MB) spec to rebuild the shared `definitions`. */ |
| 100 | export const defsBlobKey = (specHash: string): string => `defs/${specHash}`; |
| 101 | |
| 102 | export interface OpenapiStore { |
| 103 | /** Replace all stored operations for an integration. */ |
no outgoing calls
no test coverage detected