MCPcopy Create free account
hub / github.com/Noumena-Network/code / getOutputRenderStatsSnapshot

Function getOutputRenderStatsSnapshot

src/ink/outputRenderStats.ts:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223}
224
225export function getOutputRenderStatsSnapshot(): OutputRenderStatsSnapshot {
226 return { ...outputRenderStats }
227}
228
229export function resetOutputRenderStatsForTesting(): void {
230 outputRenderStats.getCalls = 0

Callers 3

output.test.tsFile · 0.85
summarizeFramesFunction · 0.85
summarizeFramesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected