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:173–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
};
172
173
const
exportStamp = () =>
174
new
Date()
175
.toISOString()
176
.replace(/[-:]/g,
""
)
177
.replace(/\.\d+Z$/,
"Z"
);
178
179
const
buildManifest = () => {
180
const
settings = getServerSettings();
Callers
1
exportDiagnostics
Function · 0.85
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected