Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
const
exportStamp = () =>
177
new
Date()
178
.toISOString()
179
.replace(/[-:]/g,
""
)
180
.replace(/\.\d+Z$/,
"Z"
);
181
182
const
buildManifest = () => {
183
const
settings = getServerSettings();
Callers
1
exportDiagnostics
Function · 0.85
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected