Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolymathNetwork/polymath-core
/ addWeeks
Function
addWeeks
test/x_scheduled_checkpoints.js:800–802 ·
view source on GitHub ↗
(timestamp, weeks)
Source
from the content-addressed store, hash-verified
798
}
799
800
function
addWeeks(timestamp, weeks) {
801
return
addDays(timestamp, weeks * 7);
802
}
803
804
function
addMonths(timestamp, months) {
805
let
time =
new
Date(timestamp * 1000);
Callers
1
x_scheduled_checkpoints.js
File · 0.85
Calls
1
addDays
Function · 0.85
Tested by
no test coverage detected