Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ Hash
Method
Hash
internal/plugin/github.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(p *githubPlugin) Hash() string {
65
return
cachehash.Bytes([]byte(p.ref.String()))
66
}
67
68
func
(p *githubPlugin) FileContent(subpath string) ([]byte, error) {
69
contentURL, err := p.url(subpath)
Callers
nothing calls this directly
Calls
2
Bytes
Function · 0.92
String
Method · 0.45
Tested by
no test coverage detected