MCPcopy Create free account
hub / github.com/Azure/powershell / isGhes

Method isGhes

lib/index.js:8556–8559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8554 });
8555 }
8556 static isGhes() {
8557 const ghUrl = new URL(process.env['GITHUB_SERVER_URL'] || 'https://github.com');
8558 return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM';
8559 }
8560 static saveAzModule(version, modulePath) {
8561 return __awaiter(this, void 0, void 0, function* () {
8562 const script = `

Callers 2

mainFunction · 0.45
Utils.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected