MCPcopy
hub / github.com/sequelize/sequelize / refresh

Function refresh

lib/dialects/parserStore.js:14–18  ·  view source on GitHub ↗
(dataType)

Source from the content-addressed store, hash-verified

12 stores.get(dialect).clear();
13 },
14 refresh(dataType) {
15 for (const type of dataType.types[dialect]) {
16 stores.get(dialect).set(type, dataType.parse);
17 }
18 },
19 get(type) {
20 return stores.get(dialect).get(type);
21 }

Callers

nothing calls this directly

Calls 2

setMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected