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

Function buildUpdateChain

apps/sim/lib/billing/threshold-billing.test.ts:213–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213function buildUpdateChain() {
214 return {
215 set: vi.fn(() => ({
216 where: vi.fn(async () => []),
217 })),
218 }
219}
220
221describe('checkAndBillOverageThreshold', () => {
222 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected