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

Method GetSource

internal/lock/package.go:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (p *Package) GetSource() string {
56 if p == nil {
57 return ""
58 }
59 return p.Source
60}
61
62func (p *Package) IsAllowInsecure() bool {
63 if p == nil {

Callers 1

IsLegacyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected