| 1 | import type { GitLabListBranchesParams, GitLabListBranchesResponse } from '@/tools/gitlab/types' |
| 2 | import { getGitLabApiBase } from '@/tools/gitlab/utils' |
| 3 | import type { ToolConfig } from '@/tools/types' |
| 4 |
nothing calls this directly
no test coverage detected