Skip to content

Remove dead code: unused getCurrentBranch() and applyDiff() exports #22

@that-github-user

Description

@that-github-user

Summary

Two exported functions in src/utils/git.ts are never imported or used anywhere:

  • getCurrentBranch() (line 14) — exported but never called
  • applyDiff() (line 88) — exported but never called; apply.ts reimplements diff application inline

Action

Remove both functions, or refactor apply.ts to use applyDiff() and delete getCurrentBranch().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions