Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ return
Method
return
vscode/src/webview/createVscodeOrpcLink.ts:222–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
async
return
(): Promise<IteratorResult<T>> {
223
this.cancel(
"Iterator return() called"
);
224
return
{ value: undefined as unknown as T, done: true };
225
}
226
227
[Symbol.asyncIterator](): AsyncIterator<T> {
228
return
this;
Callers
15
usePreserveSubagentsUntilArchiveSetting
Function · 0.80
SshPromptDialog
Function · 0.80
OutputTab
Function · 0.80
setClient
Method · 0.80
fetchForegroundIdsForAutoBackground
Method · 0.80
stopSubscription
Method · 0.80
ensureSubscribed
Method · 0.80
subscribeToProvidersConfig
Method · 0.80
subscribeToStats
Method · 0.80
setClient
Method · 0.80
runConfigChangedSubscription
Method · 0.80
ChatInputInner
Function · 0.80
Calls
1
cancel
Method · 0.95
Tested by
2
waitForForegroundToolCallId
Function · 0.64
waitForForegroundToolCallId
Function · 0.64