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

Function issue

lib/index.js:47–49  ·  view source on GitHub ↗
(name, message = '')

Source from the content-addressed store, hash-verified

45}
46exports.issueCommand = issueCommand;
47function issue(name, message = '') {
48 issueCommand(name, {}, message);
49}
50exports.issue = issue;
51const CMD_STRING = '::';
52class Command {

Callers

nothing calls this directly

Calls 1

issueCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…