Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
214
export
function
getLastCommitMs(): number {
215
return
_lastCommitMs
216
}
217
export
function
resetProfileCounters(): void {
218
_lastYogaMs = 0
219
_lastCommitMs = 0
Callers
1
onRender
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected