MCPcopy Create free account
hub / github.com/sequelize/sequelize-typescript / UserHelper

Class UserHelper

test/specs/instance.spec.ts:1934–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1932 describe('values', () => {
1933 it('returns all values', () => {
1934 @Table({ logging: false } as TableOptions)
1935 class UserHelper extends Model {
1936 @Column
1937 username: string;
1938
1939 @Column
1940 email: string;
1941 }
1942
1943 sequelize.addModels([UserHelper]);
1944

Callers

nothing calls this directly

Calls 1

TableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…