()
| 417 | |
| 418 | // exported for testing |
| 419 | export function getUserType(): string { |
| 420 | return process.env.USER_TYPE || 'external' |
| 421 | } |
| 422 | |
| 423 | function getEntrypoint(): string | undefined { |
| 424 | return process.env.CLAUDE_CODE_ENTRYPOINT |
no outgoing calls
no test coverage detected