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

Method get

lib/index.js:2630–2634  ·  view source on GitHub ↗
(requestUrl, additionalHeaders)

Source from the content-addressed store, hash-verified

2628 });
2629 }
2630 get(requestUrl, additionalHeaders) {
2631 return __awaiter(this, void 0, void 0, function* () {
2632 return this.request('GET', requestUrl, null, additionalHeaders || {});
2633 });
2634 }
2635 del(requestUrl, additionalHeaders) {
2636 return __awaiter(this, void 0, void 0, function* () {
2637 return this.request('DELETE', requestUrl, null, additionalHeaders || {});

Callers 3

getJsonMethod · 0.95
downloadToolAttemptFunction · 0.95
getManifestFromRepoFunction · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected