Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ get
Function
get
test/integration/dialects/snowflake/smoke.test.js:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
lastActivity: {
18
type
: DataTypes.DATE,
19
get() {
20
const
value = this.getDataValue(
'lastActivity'
);
21
return
value ? value.valueOf() : 0;
22
}
23
}
24
});
25
Callers
nothing calls this directly
Calls
1
getDataValue
Method · 0.80
Tested by
no test coverage detected