MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / exportStamp

Function exportStamp

apps/desktop/src/main/diagnostics.ts:176–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174};
175
176const exportStamp = () =>
177 new Date()
178 .toISOString()
179 .replace(/[-:]/g, "")
180 .replace(/\.\d+Z$/, "Z");
181
182const buildManifest = () => {
183 const settings = getServerSettings();

Callers 1

exportDiagnosticsFunction · 0.85

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected