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

Function getCliAdRequestUserAgent

cli/src/hooks/use-gravity-ad.ts:515–519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513}
514
515function getCliAdRequestUserAgent(): string {
516 const product = IS_FREEBUFF ? 'Freebuff-CLI' : 'Codebuff-CLI'
517 const version = getCliEnv().CODEBUFF_CLI_VERSION ?? 'dev'
518 return `${product}/${version}`
519}

Callers 3

recordLocalImpressionFunction · 0.85
recordClickFunction · 0.85
fetchAdFunction · 0.85

Calls 1

getCliEnvFunction · 0.90

Tested by

no test coverage detected