MCPcopy Index your code
hub / github.com/refined-github/refined-github / getConversationBody

Function getConversationBody

source/github-helpers/index.ts:205–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205export function getConversationBody(): Element {
206 return $([
207 '.react-issue-body', // Issues
208 '.js-command-palette-pull-body', // PRs
209 ]);
210}
211
212export function getConversationAuthor(): string {
213 return getCommentAuthor(getConversationBody());

Callers 1

getConversationAuthorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected