Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cweijan/vscode-database-client
/ StatusService
Interface
StatusService
src/view/status/statusService.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ ConnectionNode } from
"../../model/database/connectionNode"
;
2
3
export
interface
StatusService {
4
show(connectionNode: ConnectionNode): void | Promise<void>;
5
}
Callers
8
activate
Function · 0.65
showHistory
Method · 0.65
createTemplate
Method · 0.65
newQuery
Method · 0.65
newQuery
Method · 0.65
createTemplate
Method · 0.65
createTemplate
Method · 0.65
createTemplate
Method · 0.65
Implementers
1
FileManager
src/common/filesManager.ts
Calls
no outgoing calls
Tested by
no test coverage detected