MCPcopy
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
74function render(node: unknown): string {
75 return renderSql(node)
76}
77
78const TABLE = 'user_table_rows'
79const NO_COLUMNS: ColumnDefinition[] = []

Callers 4

sql.test.tsFile · 0.70
renderEmailHtmlFunction · 0.50
renderErrorHtmlFunction · 0.50
sendPaymentFailureEmailsFunction · 0.50

Calls 1

renderSqlFunction · 0.85

Tested by

no test coverage detected