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

Struct LocalPlugin

internal/plugin/local.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type LocalPlugin struct {
14 ref flake.Ref
15 name string
16 pluginDir string
17}
18
19func newLocalPlugin(ref flake.Ref, pluginDir string) (*LocalPlugin, error) {
20 plugin := &LocalPlugin{ref: ref, pluginDir: pluginDir}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected