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

Function getblitzall

src/getScripts.ts:21–23  ·  view source on GitHub ↗
(context?: sqlops.ObjectExplorerContext)

Source from the content-addressed store, hash-verified

19
20//importing all first responder kit scripts
21export let getblitzall = async (context?: sqlops.ObjectExplorerContext) => {
22 await spblitzscript(baseUrl, "Install-All-Scripts.sql", context);
23};
24export let disposable_spblitzall = vscode.commands.registerCommand('extension.sp_blitzall', getblitzall);
25
26//importing spblitz script

Callers 1

getblitzversionFunction · 0.90

Calls 1

spblitzscriptFunction · 0.85

Tested by

no test coverage detected