Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getPanel
Function
getPanel
src/activate/registerCommands.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
* @returns WebviewPanel或WebviewView
38
*/
39
export
function
getPanel(): vscode.WebviewPanel | vscode.WebviewView | undefined {
40
return
tabPanel || sidebarPanel
41
}
42
43
/**
44
* Set panel references
Callers
1
getCommandsMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected