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

Function isOwnConversation

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

Source from the content-addressed store, hash-verified

214}
215
216export function isOwnConversation(): boolean {
217 return getConversationAuthor() === getLoggedInUser();
218}
219
220export function assertCommitHash(hash: string): void {
221 if (!/^[0-9a-f]{40}$/.test(hash)) {

Callers

nothing calls this directly

Calls 1

getConversationAuthorFunction · 0.85

Tested by

no test coverage detected