MCPcopy Index your code
hub / github.com/jetify-com/devbox / Includable

Interface Includable

internal/plugin/includable.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Includable interface {
13 CanonicalName() string
14 FileContent(subpath string) ([]byte, error)
15 Hash() string
16 LockfileKey() string
17}
18
19func parseIncludable(includableRef, workingDir string) (Includable, error) {
20 ref, err := flake.ParseRef(includableRef)

Callers 20

CreateFilesForConfigMethod · 0.65
createFileMethod · 0.65
buildConfigFunction · 0.65
ReadmeFunction · 0.65
PackagesFromConfigFunction · 0.65
TestCanonicalNameFunction · 0.65
createFileMethod · 0.65
printServicesFunction · 0.65
ConfigHashMethod · 0.65
loadRecursiveMethod · 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