MCPcopy Create free account
hub / github.com/bytebase/bytebase / now

Function now

frontend/src/utils/TinyTimer.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8};
9
10const now = () => {
11 return performance.now();
12};
13
14const emptyTimerEntry = (tag: string): TimerEntry => {
15 return {

Callers 2

beginMethod · 0.85
endMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected