Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
func
(p *Package) GetSource() string {
56
if
p == nil {
57
return
""
58
}
59
return
p.Source
60
}
61
62
func
(p *Package) IsAllowInsecure() bool {
63
if
p == nil {
Callers
1
IsLegacy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected