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

Function policyId

packages/react/src/pages/tools.tsx:28–29  ·  view source on GitHub ↗
(tool: ToolRow)

Source from the content-addressed store, hash-verified

26};
27
28const policyId = (tool: ToolRow): string =>
29 tool.static ? String(tool.address) : `${tool.integration}.${tool.name}`;
30
31export function ToolsPage() {
32 useExecutorDocumentTitle("Tools");

Callers 1

ToolsPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected