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

Function getConversationAuthor

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

Source from the content-addressed store, hash-verified

210}
211
212export function getConversationAuthor(): string {
213 return getCommentAuthor(getConversationBody());
214}
215
216export function isOwnConversation(): boolean {
217 return getConversationAuthor() === getLoggedInUser();

Callers 2

isOwnConversationFunction · 0.85
clearFunction · 0.85

Calls 2

getCommentAuthorFunction · 0.85
getConversationBodyFunction · 0.85

Tested by

no test coverage detected