MCPcopy Create free account
hub / github.com/dzsquared/sqlops-firstresponderkit / getblitz

Function getblitz

src/getScripts.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26//importing spblitz script
27let getblitz = async () => {
28 await spblitzscript(baseUrl,"sp_Blitz.sql");
29};
30export let disposable_spblitz = vscode.commands.registerCommand('extension.sp_blitz', getblitz);
31
32

Callers

nothing calls this directly

Calls 1

spblitzscriptFunction · 0.85

Tested by

no test coverage detected