iterative/vscode-dvc

View on GitHub
webview/src/experiments/util/rows.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const getCompositeId = (
  id: string,
  branch: string | undefined | null = ''
) => `${id}-${branch}`