Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ clone
Method
clone
src/utils.js:432–434 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
430
this.args = args;
431
}
432
clone() {
433
return
new
Fn(this.fn, this.args);
434
}
435
}
436
exports.Fn = Fn;
437
Callers
3
create-table.test.js
File · 0.80
cloneDeep
Function · 0.80
upsert
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected