Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
Includable
interface
{
13
CanonicalName() string
14
FileContent(subpath string) ([]byte, error)
15
Hash() string
16
LockfileKey() string
Callers
11
getBuiltinPluginConfigIfExists
Function · 0.65
CreateFilesForConfig
Method · 0.65
createFile
Method · 0.65
buildConfig
Function · 0.65
Readme
Function · 0.65
PackagesFromConfig
Function · 0.65
PackageFromStringWithOptions
Function · 0.65
TestCanonicalName
Function · 0.65
Outdated
Method · 0.65
Add
Method · 0.65
findPackageByName
Method · 0.65
Implementers
3
gitPlugin
internal/plugin/git.go
githubPlugin
internal/plugin/github.go
LocalPlugin
internal/plugin/local.go
Calls
no outgoing calls
Tested by
1
TestCanonicalName
Function · 0.52