Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ deltaMs
Method
deltaMs
src/common.ts:671–673 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
669
}
670
671
public deltaMs(): string {
672
return
this.toStringWithRes(6);
673
}
674
675
public createPaddedMs(padding: number): string {
676
const
hrUs = this.deltaMs().padStart(padding,
'0'
);
Callers
5
createPaddedMs
Method · 0.95
refresh
Method · 0.95
refresh
Method · 0.95
refresh
Method · 0.95
refresh
Method · 0.95
Calls
1
toStringWithRes
Method · 0.95
Tested by
no test coverage detected