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

Method warn

src/data-types.js:37–42  ·  view source on GitHub ↗
(link, text)

Source from the content-addressed store, hash-verified

35 return this.name;
36 }
37 static warn(link, text) {
38 if (!warnings[text]) {
39 warnings[text] = true;
40 logger.warn(`${text} \n>> Check: ${link}`);
41 }
42 }
43 static extend(oldType) {
44 return new this(oldType.options);
45 }

Callers

nothing calls this directly

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected