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

Method mark

src/utils/profilerBase.ts:36–38  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

34 }
35
36 mark(name: string): void {
37 this.marks.set(name, this.now())
38 }
39
40 getEntriesByType(type: 'mark'): CheckpointEntry[] {
41 if (type !== 'mark') return []

Callers 4

profileCheckpointFunction · 0.80
queryCheckpointFunction · 0.80

Calls 2

nowMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected