Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ createToolModule
Function
createToolModule
src/utils/__tests__/tool-registry.test.ts:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
function
createToolModule() {
91
return
{
92
schema: {} as ToolSchemaShape,
93
handler: vi.fn().mockResolvedValue({ content: [] }),
94
};
95
}
96
97
function
createPredicateContext(): PredicateContext {
98
return
{
Callers
1
tool-registry.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected