Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cweijan/vscode-database-client
/ newQuery
Method
newQuery
src/model/database/databaseNode.ts:87–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public
async
newQuery() {
88
89
FileManager.show(`${this.id}.sql`)
90
ConnectionManager.getConnection(this, true);
91
92
}
93
94
public copyName() {
95
Util.copyToBoard(this.database)
Callers
1
activate
Function · 0.45
Calls
2
show
Method · 0.65
getConnection
Method · 0.65
Tested by
no test coverage detected