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

Function firstPayload

apps/sim/providers/litellm/index.test.ts:104–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104const firstPayload = () => mockCreate.mock.calls[0][0]
105const lastPayload = () => mockCreate.mock.calls.at(-1)![0]
106
107describe('litellmProvider.executeRequest', () => {

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected