Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ FileContent
Method
FileContent
internal/plugin/local.go:49–51 ·
view source on GitHub ↗
(subpath string)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(l *LocalPlugin) FileContent(subpath string) ([]byte, error) {
50
return
os.ReadFile(filepath.Join(filepath.Dir(l.Path()), subpath))
51
}
52
53
func
(l *LocalPlugin) LockfileKey() string {
54
return
l.ref.String()
Callers
nothing calls this directly
Calls
1
Path
Method · 0.95
Tested by
no test coverage detected