()
| 253 | } |
| 254 | |
| 255 | export function getActiveBranch(): string { |
| 256 | return activeBranch; |
| 257 | } |
| 258 | |
| 259 | export function getReconciledBase(docName: string): string | undefined { |
| 260 | return reconciledBaseByBranch.get(activeBranch)?.get(docName); |
no outgoing calls
no test coverage detected