↓ 23 callersFunctionsend(
port: number,
method: string,
requestPath: string,
body?: unknown,
extraHeaders?: Record<string, string
packages/cli/src/__tests__/comments.routes.test.ts:50
↓ 12 callersFunctionsend(
port: number,
method: string,
p: string,
body: unknown,
extraHeaders: Record<string, string> = {},
)
packages/cli/src/__tests__/pull-request-mutations.routes.test.ts:80
↓ 10 callersFunctionwrite(
runId: string,
suffix: string,
method: "POST" | "PATCH" | "DELETE",
body: Record<string, unknown>,
)
packages/web/src/lib/pull-request-mutations.ts:8