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

Function pluginStorageFailure

packages/core/sdk/src/executor.ts:491–492  ·  view source on GitHub ↗
(pluginId: string, hook: string, cause: unknown)

Source from the content-addressed store, hash-verified

489 isStorageFailure(cause) ? cause : new StorageError({ message, cause });
490
491const pluginStorageFailure = (pluginId: string, hook: string, cause: unknown): StorageFailure =>
492 storageFailureFromUnknown(`${hook} failed for plugin ${pluginId}`, cause);
493
494const createDefaultMemoryDb = (tables: FumaTables): ExecutorDb => {
495 const version = "1.0.0";

Callers 7

integrationsRemoveFunction · 0.85
integrationsDetectFunction · 0.85
produceConnectionToolsFunction · 0.85
connectionsRemoveFunction · 0.85
toolSchemaFunction · 0.85
createExecutorFunction · 0.85
closeFunction · 0.85

Calls 1

Tested by

no test coverage detected