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

Method Pull

internal/devbox/pushpull.go:14–18  ·  view source on GitHub ↗
(ctx context.Context, opts devopt.PullboxOpts)

Source from the content-addressed store, hash-verified

12)
13
14func (d *Devbox) Pull(ctx context.Context, opts devopt.PullboxOpts) error {
15 ctx, task := trace.NewTask(ctx, "devboxPull")
16 defer task.End()
17 return pullbox.New(d, opts).Pull(ctx)
18}
19
20func (d *Devbox) Push(ctx context.Context, opts devopt.PullboxOpts) error {
21 ctx, task := trace.NewTask(ctx, "devboxPush")

Callers 1

pullCmdFuncFunction · 0.45

Calls 2

NewFunction · 0.92
EndMethod · 0.80

Tested by

no test coverage detected