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

Method CanonicalName

internal/plugin/includable.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 11

CreateFilesForConfigMethod · 0.65
createFileMethod · 0.65
buildConfigFunction · 0.65
ReadmeFunction · 0.65
PackagesFromConfigFunction · 0.65
TestCanonicalNameFunction · 0.65
OutdatedMethod · 0.65
AddMethod · 0.65
findPackageByNameMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1

TestCanonicalNameFunction · 0.52