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

Function rendererLogWarn

src/renderer/utils/core/logger.ts:31–37  ·  view source on GitHub ↗
(
  type: string,
  message: string,
  notification?: GitifyNotification,
)

Source from the content-addressed store, hash-verified

29 * @param notification - Optional notification to include as context in the log entry.
30 */
31export function rendererLogWarn(
32 type: string,
33 message: string,
34 notification?: GitifyNotification,
35) {
36 logWarn(type, message, buildContexts(notification));
37}
38
39/**
40 * Logs an error from the renderer process.

Callers 3

enrichNotificationFunction · 0.90
refreshAccountFunction · 0.90
logger.test.tsFile · 0.90

Calls 2

logWarnFunction · 0.90
buildContextsFunction · 0.85

Tested by

no test coverage detected