MCPcopy
hub / github.com/claude-code-best/claude-code / clearMarks

Method clearMarks

src/utils/profilerBase.ts:49–55  ·  view source on GitHub ↗
(name?: string)

Source from the content-addressed store, hash-verified

47 }
48
49 clearMarks(name?: string): void {
50 if (name !== undefined) {
51 this.marks.delete(name)
52 } else {
53 this.marks.clear()
54 }
55 }
56
57 now(): number {
58 return Number(process.hrtime.bigint() / 1000n) / 1000 - this._origin

Callers 4

queryFunction · 0.80
clearHeadlessMarksFunction · 0.80
profileReportFunction · 0.80
startQueryProfileFunction · 0.80

Calls 2

deleteMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected