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

Function allInterpolatedValues

apps/sim/lib/webhooks/polling/utils.test.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47const logger = { error: vi.fn() } as never
48
49function allInterpolatedValues(): unknown[] {
50 return sqlCalls.flatMap((c) => c.values)
51}
52
53function allSqlText(): string {
54 return sqlCalls.map((c) => c.strings.join('')).join(' ')

Callers 1

utils.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected