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