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

Method Fetch

internal/plugin/github.go:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (p *githubPlugin) Fetch() ([]byte, error) {
53 content, err := p.FileContent(pluginConfigName)
54 if err != nil {
55 return nil, err
56 }
57 return jsonPurifyPluginContent(content)
58}
59
60func (p *githubPlugin) CanonicalName() string {
61 return p.name

Callers

nothing calls this directly

Calls 2

FileContentMethod · 0.95
jsonPurifyPluginContentFunction · 0.85

Tested by

no test coverage detected