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

Function getblitzindex

src/getScripts.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51//importing spblitzindex script
52let getblitzindex = async () => {
53 await spblitzscript(baseUrl, "sp_BlitzIndex.sql");
54};
55export let disposable_spblitzindex = vscode.commands.registerCommand('extension.sp_blitzindex', getblitzindex);

Callers

nothing calls this directly

Calls 1

spblitzscriptFunction · 0.85

Tested by

no test coverage detected