| 18 | var gitCache = filecache.New[[]byte]("devbox/plugin/git") |
| 19 | |
| 20 | type gitPlugin struct { |
| 21 | ref *flake.Ref |
| 22 | name string |
| 23 | } |
| 24 | |
| 25 | // newGitPlugin creates a Git plugin from a flake reference. |
| 26 | // It uses git clone to fetch the repository. |
nothing calls this directly
no outgoing calls
no test coverage detected