MCPcopy 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}
208export function getLastYogaMs(): number {
209 return _lastYogaMs
210}
211export function markCommitStart(): void {
212 _commitStart = performance.now()
213}

Callers 1

onRenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected