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

Struct githubPlugin

internal/plugin/github.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23var githubCache = filecache.New[[]byte]("devbox/plugin/github")
24
25type githubPlugin struct {
26 ref flake.Ref
27 name string
28}
29
30// Github only allows alphanumeric, hyphen, underscore, and period in repo names.
31// but we clean up just in case.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected