Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
call
Function · 0.80
HistorySearchDialog
Function · 0.80
useHistorySearch
Function · 0.80
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected