Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getLastYogaMs
Function
getLastYogaMs
src/ink/reconciler.ts:208–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
_lastYogaMs = ms
207
}
208
export
function
getLastYogaMs(): number {
209
return
_lastYogaMs
210
}
211
export
function
markCommitStart(): void {
212
_commitStart = performance.now()
213
}
Callers
1
onRender
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected