MCPcopy 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
454function getPath(date) {
455 return `/log/${dateToString(date)}`;
456}
457
458function randColor() {
459 return "#" + Math.floor(Math.random() * 16777215).toString(16);

Callers 1

onDocumentEndFunction · 0.70

Calls 1

dateToStringFunction · 0.70

Tested by

no test coverage detected