MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / defsBlobKey

Function defsBlobKey

packages/plugins/openapi/src/sdk/store.ts:100–100  ·  view source on GitHub ↗
(specHash: string)

Source from the content-addressed store, hash-verified

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`. */
100export const defsBlobKey = (specHash: string): string => `defs/${specHash}`;
101
102export interface OpenapiStore {
103 /** Replace all stored operations for an integration. */

Callers 2

spec-blob.test.tsFile · 0.90
makeDefaultOpenapiStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected