MCPcopy
hub / github.com/sequelize/sequelize / refreshTypes

Method refreshTypes

src/sequelize.js:395–397  ·  view source on GitHub ↗

* Refresh data types and parsers. * * @private

()

Source from the content-addressed store, hash-verified

393 * @private
394 */
395 refreshTypes() {
396 this.connectionManager.refreshTypeParser(DataTypes);
397 }
398
399 /**
400 * Returns the specified dialect.

Callers 3

data-types.test.jsFile · 0.80
testSuccessFunction · 0.80
testFailureFunction · 0.80

Calls 1

refreshTypeParserMethod · 0.65

Tested by 2

testSuccessFunction · 0.64
testFailureFunction · 0.64