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

Method Fetch

internal/plugin/includable.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36type fetcher interface {
37 Includable
38 Fetch() ([]byte, error)
39}
40
41var (

Callers 2

getConfigIfAnyFunction · 0.65
getPluginNameFromContentFunction · 0.65

Implementers 3

gitPlugininternal/plugin/git.go
githubPlugininternal/plugin/github.go
LocalPlugininternal/plugin/local.go

Calls

no outgoing calls

Tested by

no test coverage detected