Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
function
now(): number {
29
return
original.now()
30
}
31
32
function
mark(name: string): PerformanceMark {
33
marks.set(name, now())
Callers
2
mark
Function · 0.70
measure
Function · 0.70
Calls
1
now
Method · 0.80
Tested by
no test coverage detected