MCPcopy
hub / github.com/stemdeckapp/stemdeck / fmtExtracted

Function fmtExtracted

static/js/catalog.js:341–347  ·  view source on GitHub ↗
(ts)

Source from the content-addressed store, hash-verified

339}
340
341function fmtExtracted(ts) {
342 if (!ts) return "—";
343 return new Date(ts * 1000).toLocaleString("en-US", {
344 month: "long", day: "numeric", year: "numeric",
345 hour: "numeric", minute: "2-digit",
346 });
347}
348
349function deriveSource(sourceUrl) {
350 if (!sourceUrl) return "—";

Callers 1

applyTrackInfoToPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected