Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
211
export
function
markCommitStart(): void {
212
_commitStart = performance.now()
213
}
214
export
function
getLastCommitMs(): number {
215
return
_lastCommitMs
216
}
Callers
1
scrollMutated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected