Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
export
function
getReasonDetails(reason: Reason): TypeDetails {
77
return
REASON_TYPE_DETAILS[reason] || UNKNOWN_REASON;
78
}
Callers
2
reason.test.ts
File · 0.90
transformReason
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected