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

Function allSqlText

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

Source from the content-addressed store, hash-verified

51}
52
53function allSqlText(): string {
54 return sqlCalls.map((c) => c.strings.join('')).join(' ')
55}
56
57describe('updateWebhookProviderConfig (atomic jsonb merge)', () => {
58 beforeEach(() => {

Callers 1

utils.test.tsFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected