MCPcopy Create free account
hub / github.com/axios/axios / reopenIssue

Method reopenIssue

bin/GithubAPI.js:96–100  ·  view source on GitHub ↗
(issue)

Source from the content-addressed store, hash-verified

94 }
95
96 async reopenIssue(issue) {
97 return this.updateIssue(issue, {
98 state: "open"
99 })
100 }
101
102 static async getTagRef(tag) {
103 try {

Callers

nothing calls this directly

Calls 1

updateIssueMethod · 0.95

Tested by

no test coverage detected