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

Function targetsFor

apps/local/src/db/v1-v2-migration.ts:805–808  ·  view source on GitHub ↗
(scopeId: string, sourceId: string)

Source from the content-addressed store, hash-verified

803 }));
804 const runtimeMetadata = buildV1RuntimeMetadataIndex(snapshot.pluginStorage);
805 const targetsFor = (scopeId: string, sourceId: string) =>
806 connectionTargets.filter(
807 (target) => target.sourceScopeId === scopeId && target.sourceId === sourceId,
808 );
809
810 await client.execute("BEGIN");
811 try {

Callers 1

insertPlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected