MCPcopy
hub / github.com/simstudioai/sim / constructor

Method constructor

apps/sim/providers/azure-anthropic/index.test.ts:19–21  ·  view source on GitHub ↗
(opts: Record<string, unknown>)

Source from the content-addressed store, hash-verified

17 const sentinelFetch = vi.fn()
18 class MockAnthropic {
19 constructor(opts: Record<string, unknown>) {
20 anthropicArgs.push(opts)
21 }
22 }
23 return {
24 mockAnthropic: MockAnthropic,

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected