MCPcopy
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';
2exports.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

defineMethod · 0.80
randomMethod · 0.80

Tested by

no test coverage detected