Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.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