Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ getComment
Method
getComment
bin/GithubAPI.js:34–36 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
32
}
33
34
async
getComment(id) {
35
return
(
await
this.axios.get(`/issues/comments/${id}`)).data;
36
}
37
38
async
updateComment(id, body) {
39
return
(
await
this.axios.patch(`/issues/comments/${id}`, {body})).data;
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected