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

Function getblitzfirst

src/getScripts.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39//importing spblitzfirst script
40let getblitzfirst = async () => {
41 await spblitzscript(baseUrl, "sp_BlitzFirst.sql");
42};
43export let disposable_spblitzfirst = vscode.commands.registerCommand('extension.sp_blitzfirst', getblitzfirst);
44
45//importing spblitzwho script

Callers

nothing calls this directly

Calls 1

spblitzscriptFunction · 0.85

Tested by

no test coverage detected