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

Method update

drizzle-kit/src/cli/views.ts:479–487  ·  view source on GitHub ↗
(
		stage: IntrospectStage,
		count: number,
		status: IntrospectStatus,
	)

Source from the content-addressed store, hash-verified

477 }
478
479 public update(
480 stage: IntrospectStage,
481 count: number,
482 status: IntrospectStatus,
483 ) {
484 this.state[stage].count = count;
485 this.state[stage].status = status;
486 this.requestLayout();
487 }
488
489 private formatCount = (count: number) => {
490 const width: number = Math.max.apply(

Callers 12

sqliteIntrospectFunction · 0.95
introspectPostgresFunction · 0.95
introspectGelFunction · 0.95
introspectMysqlFunction · 0.95
introspectSingleStoreFunction · 0.95
introspectSqliteFunction · 0.95
introspectLibSQLFunction · 0.95
drizzleForPostgresFunction · 0.45
drizzleForMySQLFunction · 0.45
drizzleForSQLiteFunction · 0.45
drizzleForLibSQLFunction · 0.45
drizzleForSingleStoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected