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

Function getTerminalWriteStatsSnapshot

src/ink/terminalWriteStats.ts:112–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112export function getTerminalWriteStatsSnapshot(): TerminalWriteStatsSnapshot {
113 return {
114 ...stats,
115 patchTypeCounts: { ...stats.patchTypeCounts },
116 }
117}

Callers 3

summarizeFramesFunction · 0.85
summarizeFramesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected