Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/theajack/disable-devtool
/ now
Function
now
src/utils/util.ts:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
2
3
export
function
now () {
4
return
new
Date().getTime();
5
}
6
7
export
function
calculateTime (func: Function) {
8
const
start = now();
Callers
2
detect
Method · 0.90
calculateTime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected