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