MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / formatFreebuffHardBlockedMessage

Function formatFreebuffHardBlockedMessage

common/src/util/freebuff-privacy.ts:49–55  ·  view source on GitHub ↗
(
  signals: readonly FreebuffIpPrivacySignal[] | null | undefined,
)

Source from the content-addressed store, hash-verified

47}
48
49export function formatFreebuffHardBlockedMessage(
50 signals: readonly FreebuffIpPrivacySignal[] | null | undefined,
51): string {
52 return `Freebuff cannot be used from ${formatFreebuffHardBlockedPrivacySignals(
53 signals,
54 )} traffic. Please disable it and try again.`
55}

Callers 2

hardBlockedResponseFunction · 0.90

Tested by

no test coverage detected