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

Method return

src/utils/stream.ts:69–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 return(): Promise<IteratorResult<T, unknown>> {
70 this.isDone = true
71 if (this.returned) {
72 this.returned()
73 }
74 return Promise.resolve({ done: true, value: undefined })
75 }
76}
77

Callers 3

callFunction · 0.80
HistorySearchDialogFunction · 0.80
useHistorySearchFunction · 0.80

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected