MCPcopy Index your code
hub / github.com/codeaashu/claude-code / dispose

Function dispose

src/utils/asciicast.ts:225–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 await pendingWrite
224 },
225 async dispose(): Promise<void> {
226 writer.dispose()
227 await pendingWrite
228 process.stdout.removeListener('resize', onResize)
229 process.stdout.write = originalWrite
230 },
231 }
232
233 registerCleanup(async () => {

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected