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

Function now

apps/cloud/src/auth/workos-mirror-backfill.ts:132–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130const USER_FETCH_CONCURRENCY = 5;
131
132const now = () => Effect.map(Clock.currentTimeMillis, (millis) => new Date(millis));
133
134/**
135 * Scan one organization: list every membership WorkOS holds for it, fetch

Callers 7

makePendingApprovalStoreFunction · 0.85
backfillOrganizationFunction · 0.85
backfillWorkOsMirrorFunction · 0.85
resolveExemptionFunction · 0.85
decideFunction · 0.85
pollForDeviceTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected