MCPcopy Create free account
hub / github.com/Marus/cortex-debug / restart

Method restart

src/common.ts:655–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

653 }
654
655 public restart(): void {
656 this.start = process.hrtime.bigint();
657 }
658
659 public getStart(): bigint {
660 return this.start;

Callers 1

restartProcessingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected