Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ truncate.test.js
File
truncate.test.js
test/integration/sequelize/truncate.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
{ Deferrable, DataTypes } = require(
'sequelize'
);
4
const
{ expect } = require(
'chai'
);
Callers
nothing calls this directly
Calls
8
define
Method · 0.80
belongsTo
Method · 0.80
transaction
Method · 0.80
save
Method · 0.80
sync
Method · 0.45
create
Method · 0.45
truncate
Method · 0.45
count
Method · 0.45
Tested by
no test coverage detected