MCPcopy Create free account
hub / github.com/Lobos/react-ui / clone

Function clone

src/utils/datetime.js:6–8  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

4setLang('datetime');
5
6export function clone (d) {
7 return new Date(d.getTime());
8}
9
10export function addDays (d, days) {
11 let newDate = clone(d);

Callers 9

clone.jsFile · 0.85
submitMethod · 0.85
renderControlsMethod · 0.85
addDaysFunction · 0.85
addMonthsFunction · 0.85
clone.jsFile · 0.85
handleDataMethod · 0.85
setDataMethod · 0.85
FormBuilder.jsFile · 0.85

Calls 1

getTimeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…