MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / now

Function now

apps/ui/src/lib/time/now.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 * forbidden by `code-flow/no-bare-date-now`.
9 */
10export function now(): string {
11 return new Date().toISOString();
12}
13
14/**
15 * Epoch milliseconds form of {@link now}. The numeric variant used

Callers 10

emitFunction · 0.90
now.test.tsFile · 0.90
applyStatusToCacheFunction · 0.90
applyMarkAllReadToCacheFunction · 0.90
makeUserFunction · 0.90
makeDashboardSummaryFunction · 0.90
auth.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected