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

Function makePost

apps/sim/app/api/tools/deployments/routes.test.ts:62–64  ·  view source on GitHub ↗
(path: string, body: unknown)

Source from the content-addressed store, hash-verified

60}
61
62function makePost(path: string, body: unknown) {
63 return createMockRequest('POST', body, {}, `http://localhost:3000/api/tools/deployments/${path}`)
64}
65
66function makeGet(path: string, query: string) {
67 return createMockRequest(

Callers 1

routes.test.tsFile · 0.85

Calls 1

createMockRequestFunction · 0.90

Tested by

no test coverage detected