Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ FileContent
Method
FileContent
internal/plugin/includable.go:14–14 ·
view source on GitHub ↗
(subpath string)
Source
from the content-addressed store, hash-verified
12
type
Includable
interface
{
13
CanonicalName() string
14
FileContent(subpath string) ([]byte, error)
15
Hash() string
16
LockfileKey() string
17
}
Callers
2
createFile
Method · 0.65
printServices
Function · 0.65
Implementers
3
gitPlugin
internal/plugin/git.go
githubPlugin
internal/plugin/github.go
LocalPlugin
internal/plugin/local.go
Calls
no outgoing calls
Tested by
no test coverage detected