Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ Description
Method
Description
internal/plugin/plugin.go:254–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
}
253
254
func
(c *Config) Description() string {
255
if
c == nil {
256
return
""
257
}
258
return
cmp.Or(c.ConfigFile.Description, c.DeprecatedDescription)
259
}
Callers
1
printReadme
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected