Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ resetProfileCounters
Function
resetProfileCounters
src/ink/reconciler.ts:217–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
return
_lastCommitMs
216
}
217
export
function
resetProfileCounters(): void {
218
_lastYogaMs = 0
219
_lastCommitMs = 0
220
_commitStart = 0
221
}
222
// --- END ---
223
224
const
reconciler = createReconciler<
Callers
1
onRender
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected