MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPluginTrustMessage

Function getPluginTrustMessage

src/utils/plugins/marketplaceHelpers.ts:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 * Returns undefined if not configured.
182 */
183export function getPluginTrustMessage(): string | undefined {
184 return getSettingsForSource('policySettings')?.pluginTrustMessage
185}
186
187/**
188 * Compare two MarketplaceSource objects for equality.

Callers 1

PluginTrustWarningFunction · 0.85

Calls 1

getSettingsForSourceFunction · 0.85

Tested by

no test coverage detected