Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
setLang(
'datetime'
);
5
6
export
function
clone (d) {
7
return
new
Date(d.getTime());
8
}
9
10
export
function
addDays (d, days) {
11
let
newDate = clone(d);
Callers
9
clone.js
File · 0.85
submit
Method · 0.85
renderControls
Method · 0.85
addDays
Function · 0.85
addMonths
Function · 0.85
clone.js
File · 0.85
handleData
Method · 0.85
setData
Method · 0.85
FormBuilder.js
File · 0.85
Calls
1
getTime
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…