MCPcopy 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

12type Includable interface {
13 CanonicalName() string
14 FileContent(subpath string) ([]byte, error)
15 Hash() string
16 LockfileKey() string
17}

Callers 2

createFileMethod · 0.65
printServicesFunction · 0.65

Implementers 3

gitPlugininternal/plugin/git.go
githubPlugininternal/plugin/github.go
LocalPlugininternal/plugin/local.go

Calls

no outgoing calls

Tested by

no test coverage detected