Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ getPath
Function
getPath
scripts/ufs_statistic.js:454–456 ·
view source on GitHub ↗
(date)
Source
from the content-addressed store, hash-verified
452
}
453
454
function
getPath(date) {
455
return
`/log/${dateToString(date)}`;
456
}
457
458
function
randColor() {
459
return
"#"
+ Math.floor(Math.random() * 16777215).toString(16);
Callers
1
onDocumentEnd
Function · 0.70
Calls
1
dateToString
Function · 0.70
Tested by
no test coverage detected