MCPcopy Index your code
hub / github.com/simstudioai/sim / respond

Function respond

apps/sim/tools/hunter/hunter.test.ts:10–10  ·  view source on GitHub ↗
(body: unknown)

Source from the content-addressed store, hash-verified

8import { emailFinderTool } from '@/tools/hunter/email_finder'
9
10const respond = (body: unknown) => new Response(JSON.stringify(body))
11
12describe('hunter domain_search', () => {
13 const transform = domainSearchTool.transformResponse!

Callers 1

hunter.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected