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

Method refreshTypes

lib/sequelize.js:384–386  ·  view source on GitHub ↗

* Refresh data types and parsers. * * @private

()

Source from the content-addressed store, hash-verified

382 * @private
383 */
384 refreshTypes() {
385 this.connectionManager.refreshTypeParser(DataTypes);
386 }
387
388 /**
389 * 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