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

Function timestamp

apps/local/src/db/v1-v2-migration.ts:750–750  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

748 Object.fromEntries(Object.entries(ids).map(([key, id]) => [key, overrides.get(id) ?? id]));
749
750const timestamp = (): number => Date.now();
751
752const ownerSubject = (owner: MigrationOwner, subject: string): string =>
753 owner === "org" ? "" : subject;

Callers 3

executor-schema.tsFile · 0.85
schema.tsFile · 0.85
insertPlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected