MCPcopy Index your code
hub / github.com/Openpanel-dev/openpanel / getFrom

Function getFrom

packages/db/src/sql-builder.ts:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 const getHaving = () =>
38 Object.keys(sb.having).length ? `HAVING ${join(sb.having, ' AND ')}` : '';
39 const getFrom = () => `FROM ${sb.from}`;
40 const getSelect = () =>
41 `SELECT ${Object.keys(sb.select).length ? join(sb.select, ', ') : '*'}`;
42 const getGroupBy = () =>

Callers 2

createSqlBuilderFunction · 0.85
getChartSqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected