Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
function
allSqlText(): string {
54
return
sqlCalls.map((c) => c.strings.join(
''
)).join(
' '
)
55
}
56
57
describe(
'updateWebhookProviderConfig (atomic jsonb merge)'
, () => {
58
beforeEach(() => {
Callers
1
utils.test.ts
File · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected