MCPcopy 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
254func (c *Config) Description() string {
255 if c == nil {
256 return ""
257 }
258 return cmp.Or(c.ConfigFile.Description, c.DeprecatedDescription)
259}

Callers 1

printReadmeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected