Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ es6project.js
File
es6project.js
test/integration/assets/es6project.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
exports.default =
function
(sequelize, DataTypes) {
3
return
sequelize.define(`Project${parseInt(Math.random() * 9999999999999999, 10)}`, {
4
name: DataTypes.STRING
Callers
nothing calls this directly
Calls
2
define
Method · 0.80
random
Method · 0.80
Tested by
no test coverage detected