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

Function nowMs

apps/api/src/lib/time/now.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 * checks webhook freshness, or feeds a `new Date(ms)` parser.
18 */
19export function nowMs(): number {
20 return Date.now();
21}

Callers 15

resolveActiveMembershipFunction · 0.90
resolveFreshMembershipFunction · 0.90
request-logger.tsFile · 0.90
isExpiredMethod · 0.90
setMethod · 0.90
tryClaimMethod · 0.90
checkMethod · 0.90
sweepMethod · 0.90
incrementMethod · 0.90
permissiveFallbackMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected