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

Function normalizedPolicyId

packages/core/sdk/src/executor.ts:3481–3484  ·  view source on GitHub ↗
(tool: Tool)

Source from the content-addressed store, hash-verified

3479 // which connection serves it; the org/user split is handled by owner-scoped
3480 // policy rows + ownerRank, not the match pattern.
3481 const normalizedPolicyId = (tool: Tool): string =>
3482 tool.static
3483 ? String(tool.address)
3484 : `${tool.integration}.${tool.owner}.${tool.connection}.${tool.name}`;
3485
3486 const policiesList = (): Effect.Effect<readonly ToolPolicy[], StorageFailure> =>
3487 core

Callers 3

toolsListFunction · 0.85
toolSchemaFunction · 0.85
executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected