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

Function exportStamp

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

Source from the content-addressed store, hash-verified

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

Callers 1

exportDiagnosticsFunction · 0.85

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected