MCPcopy Create free account
hub / github.com/gitify-app/gitify / getReasonDetails

Function getReasonDetails

src/renderer/utils/notifications/reason.ts:76–78  ·  view source on GitHub ↗
(reason: Reason)

Source from the content-addressed store, hash-verified

74};
75
76export function getReasonDetails(reason: Reason): TypeDetails {
77 return REASON_TYPE_DETAILS[reason] || UNKNOWN_REASON;
78}

Callers 2

reason.test.tsFile · 0.90
transformReasonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected