MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getLastCommitMs

Function getLastCommitMs

src/ink/reconciler.ts:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 _commitStart = performance.now()
213}
214export function getLastCommitMs(): number {
215 return _lastCommitMs
216}
217export function resetProfileCounters(): void {
218 _lastYogaMs = 0
219 _lastCommitMs = 0

Callers 1

onRenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected