Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ get
Function
get
test/integration/model/findAll.test.js:1415–1417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1413
active: {
1414
type
: Sequelize.VIRTUAL(Sequelize.BOOLEAN, [
'createdAt'
]),
1415
get() {
1416
return
this.get(
'createdAt'
) > Date.now() - 7 * 24 * 60 * 60 * 1000;
1417
}
1418
}
1419
}, {
1420
timestamps: true
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected