MCPcopy Index your code
hub / github.com/jetify-com/devbox / gitPlugin

Struct gitPlugin

internal/plugin/git.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18var gitCache = filecache.New[[]byte]("devbox/plugin/git")
19
20type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected