Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
const policyId = (tool: ToolRow): string =>
29
tool.static ? String(tool.address) : `${tool.integration}.${tool.name}`;
30
31
export function ToolsPage() {
32
useExecutorDocumentTitle(
"Tools"
);
Callers
1
ToolsPage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected