(scopeId: string, sourceId: string)
| 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 { |