MCPcopy
hub / github.com/AmintaCCCP/GithubStarsManager / error

Method error

src/services/logger.ts:74–76  ·  view source on GitHub ↗
(module: string, message: string, data?: unknown)

Source from the content-addressed store, hash-verified

72 }
73
74 error(module: string, message: string, data?: unknown): void {
75 this.log('error', module, message, data);
76 }
77
78 /**
79 * Convenience: log an error with sanitized Error object.

Callers 15

main.tsxFile · 0.45
initBackendFunction · 0.45
handleConnectFunction · 0.45
ReadmeModalFunction · 0.45
handleRefreshFunction · 0.45
handleUnsubscribeReleaseFunction · 0.45
ForkTimelineFunction · 0.45
loadWorkflowsFunction · 0.45
confirmSyncUpstreamFunction · 0.45
handleRunWorkflowFunction · 0.45
SubscriptionRepoCardFunction · 0.45
handleAIAnalyzeFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected