MCPcopy
hub / github.com/sequelize/sequelize / project.js

File project.js

test/integration/assets/project.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3module.exports = function(sequelize, DataTypes) {
4 return sequelize.define(`Project${parseInt(Math.random() * 9999999999999999, 10)}`, {

Callers

nothing calls this directly

Calls 2

defineMethod · 0.80
randomMethod · 0.80

Tested by

no test coverage detected