MCPcopy 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

createPaddedMsMethod · 0.95
refreshMethod · 0.95
refreshMethod · 0.95
refreshMethod · 0.95
refreshMethod · 0.95

Calls 1

toStringWithResMethod · 0.95

Tested by

no test coverage detected