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

Function lastPayload

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

Source from the content-addressed store, hash-verified

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

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected