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

Function toolRowsForConnectionWhere

packages/core/sdk/src/executor.ts:4232–4237  ·  view source on GitHub ↗
(parsed: ParsedToolAddress)

Source from the content-addressed store, hash-verified

4230 rows.map((row) => rowToTool(row).address);
4231
4232 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
4233 b.and(
4234 byOwner(parsed.owner)(b),
4235 b("integration", "=", String(parsed.integration)),
4236 b("connection", "=", String(parsed.connection)),
4237 );
4238
4239 const searchToolRowsForConnection = (
4240 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected