Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ clone
Method
clone
lib/utils.js:419–421 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
417
this.args = args;
418
}
419
clone() {
420
return
new
Fn(this.fn, this.args);
421
}
422
}
423
exports.Fn = Fn;
424
Callers
3
cloneDeep
Function · 0.80
upsert
Method · 0.80
create-table.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected