MCPcopy
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}
436exports.Fn = Fn;
437

Callers 3

cloneDeepFunction · 0.80
upsertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected