Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
testSuccess
Function · 0.80
testFailure
Function · 0.80
Calls
1
refreshTypeParser
Method · 0.65
Tested by
2
testSuccess
Function · 0.64
testFailure
Function · 0.64