MCPcopy Index your code
hub / github.com/codeaashu/claude-code / markCommitStart

Function markCommitStart

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

Source from the content-addressed store, hash-verified

209 return _lastYogaMs
210}
211export function markCommitStart(): void {
212 _commitStart = performance.now()
213}
214export function getLastCommitMs(): number {
215 return _lastCommitMs
216}

Callers 1

scrollMutatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected