Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
const
logger = { error: vi.fn() } as never
48
49
function
allInterpolatedValues(): unknown[] {
50
return
sqlCalls.flatMap((c) => c.values)
51
}
52
53
function
allSqlText(): string {
54
return
sqlCalls.map((c) => c.strings.join(
''
)).join(
' '
)
Callers
1
utils.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected