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