Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ render
Function
render
apps/sim/lib/table/__tests__/sql.test.ts:74–76 ·
view source on GitHub ↗
(node: unknown)
Source
from the content-addressed store, hash-verified
72
}
73
74
function
render(node: unknown): string {
75
return
renderSql(node)
76
}
77
78
const
TABLE =
'user_table_rows'
79
const
NO_COLUMNS: ColumnDefinition[] = []
Callers
4
sql.test.ts
File · 0.70
renderEmailHtml
Function · 0.50
renderErrorHtml
Function · 0.50
sendPaymentFailureEmails
Function · 0.50
Calls
1
renderSql
Function · 0.85
Tested by
no test coverage detected