MCPcopy
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

activateFunction · 0.45

Calls 2

showMethod · 0.65
getConnectionMethod · 0.65

Tested by

no test coverage detected