MCPcopy
hub / github.com/github/awesome-copilot / nowIso

Function nowIso

extensions/site-studio/extension.mjs:392–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390let workspacePath = undefined;
391
392function nowIso() {
393 return new Date().toISOString();
394}
395
396function uid(prefix) {
397 return `${prefix}-${Date.now()}-${Math.random().toString(36).slice(2, 8)}`;

Callers 10

applyTemplatePackFunction · 0.85
createInitialStateFunction · 0.85
addChangeFunction · 0.85
addNoteFunction · 0.85
updateSectionStatusFunction · 0.85
markMilestoneFunction · 0.85
upsertSectionContentFunction · 0.85
deleteSectionContentFunction · 0.85
handleApiFunction · 0.85
extension.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected