MCPcopy
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}
423exports.Fn = Fn;
424

Callers 3

cloneDeepFunction · 0.80
upsertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected