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

Function New

internal/pullbox/pullbox.go:32–34  ·  view source on GitHub ↗
(devbox devboxProject, opts devopt.PullboxOpts)

Source from the content-addressed store, hash-verified

30}
31
32func New(devbox devboxProject, opts devopt.PullboxOpts) *pullbox {
33 return &pullbox{devbox, opts}
34}
35
36// Pull
37// This can be rewritten to be more readable and less repetitive. Possibly

Callers 2

PullMethod · 0.92
PushMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected