MCPcopy
hub / github.com/gitify-app/gitify / buildContexts

Function buildContexts

src/renderer/utils/core/logger.ts:56–66  ·  view source on GitHub ↗
(notification?: GitifyNotification)

Source from the content-addressed store, hash-verified

54}
55
56function buildContexts(notification?: GitifyNotification): string[] {
57 if (!notification) {
58 return [];
59 }
60
61 return [
62 notification.subject.type,
63 notification.repository.fullName,
64 notification.subject.title,
65 ];
66}

Callers 3

rendererLogInfoFunction · 0.85
rendererLogWarnFunction · 0.85
rendererLogErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected