MCPcopy Create free account
hub / github.com/TanStack/cli / now

Function now

packages/cli/tests-e2e/helpers.ts:334–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332
333 const timings: Array<[string, number]> = []
334 const now = () => performance.now()
335 const start = now()
336 const mark = (label: string, startedAt: number) => {
337 timings.push([label, now() - startedAt])

Callers 3

createAppFixtureFunction · 0.85
markFunction · 0.85
logTimingsFunction · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected