MCPcopy
hub / github.com/claude-code-best/claude-code / now

Function now

src/utils/performanceShim.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26>()
27
28function now(): number {
29 return original.now()
30}
31
32function mark(name: string): PerformanceMark {
33 marks.set(name, now())

Callers 2

markFunction · 0.70
measureFunction · 0.70

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected