MCPcopy 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
49func (l *LocalPlugin) FileContent(subpath string) ([]byte, error) {
50 return os.ReadFile(filepath.Join(filepath.Dir(l.Path()), subpath))
51}
52
53func (l *LocalPlugin) LockfileKey() string {
54 return l.ref.String()

Callers

nothing calls this directly

Calls 1

PathMethod · 0.95

Tested by

no test coverage detected