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

Function pluginStorageFailure

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

Source from the content-addressed store, hash-verified

722 isStorageFailure(cause) ? cause : new StorageError({ message, cause });
723
724const pluginStorageFailure = (pluginId: string, hook: string, cause: unknown): StorageFailure =>
725 storageFailureFromUnknown(`${hook} failed for plugin ${pluginId}`, cause);
726
727const createDefaultMemoryDb = (tables: FumaTables): ExecutorDb => {
728 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