MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / clone

Function clone

tests/test_code/js/moment/moment.js:3755–3757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3753 }
3754
3755 function clone() {
3756 return new Moment(this);
3757 }
3758
3759 function isAfter(input, units) {
3760 var localInput = isMoment(input) ? input : createLocal(input);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected