MCPcopy
hub / github.com/drizzle-team/drizzle-orm / getViewSelectedFields

Function getViewSelectedFields

drizzle-orm/src/utils.ts:211–213  ·  view source on GitHub ↗
(view: T)

Source from the content-addressed store, hash-verified

209}
210
211export function getViewSelectedFields<T extends View>(view: T): T['_']['selectedFields'] {
212 return view[ViewBaseConfig].selectedFields;
213}
214
215/** @internal */
216export function getTableLikeName(table: TableLike): string | undefined {

Callers 4

getColumnsFunction · 0.90
getColumnsFunction · 0.90
getColumnsFunction · 0.90
getColumnsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected