MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / getPath

Function getPath

scripts/ufs_statistic_old.js:654–656  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

652}
653
654function getPath(date) {
655 return `/log/${dateToString(date)}`;
656}
657
658function randColor() {
659 return "#" + Math.floor(Math.random() * 16777215).toString(16);

Callers 1

onDocumentEndFunction · 0.70

Calls 1

dateToStringFunction · 0.70

Tested by

no test coverage detected