MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / all

Method all

packages/vscode-shim/src/api/TabGroupsAPI.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 private _tabGroups: TabGroup[] = []
39
40 get all(): TabGroup[] {
41 return this._tabGroups
42 }
43
44 onDidChangeTabs(listener: () => void): Disposable {
45 return this._onDidChangeTabs.event(listener)

Callers 15

RetryQueue.test.tsFile · 0.80
getAvailableBranchesMethod · 0.80
mainFunction · 0.80
flushMethod · 0.80
buildDirectoryTreeFunction · 0.80
mainFunction · 0.80
webviewMessageHandlerFunction · 0.80
upsertProviderProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected