MCPcopy
hub / github.com/sequelize/sequelize / warn

Method warn

src/data-types.d.ts:54–54  ·  view source on GitHub ↗
(link: string, text: string)

Source from the content-addressed store, hash-verified

52interface AbstractDataTypeConstructor {
53 key: string;
54 warn(link: string, text: string): void;
55 new (): AbstractDataType;
56 (): AbstractDataType;
57}

Callers 9

logger.test.tsFile · 0.65
constructorMethod · 0.65
warnOnInvalidOptionsMethod · 0.65
findOrCreateMethod · 0.65
warnMethod · 0.65
commitMethod · 0.65
rollbackMethod · 0.65
connectMethod · 0.65
warnMethod · 0.65

Implementers 2

ABSTRACTsrc/deferrable.js
Loggersrc/utils/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected