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

Method constructor

src/utils/task/diskOutput.ts:106–108  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

104 #flushResolve: (() => void) | null = null
105
106 constructor(taskId: string) {
107 this.#path = getTaskOutputPath(taskId)
108 }
109
110 append(content: string): void {
111 if (this.#capped) {

Callers

nothing calls this directly

Calls 1

getTaskOutputPathFunction · 0.85

Tested by

no test coverage detected