Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmoog/vscode-sql-notebook
/ stop
Method
stop
src/lsp.ts:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
this.client.start();
85
}
86
async
stop() {
87
await
this.client?.stop();
88
}
89
}
Callers
1
connectToDatabase
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected