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

Method Push

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

Source from the content-addressed store, hash-verified

18}
19
20func (d *Devbox) Push(ctx context.Context, opts devopt.PullboxOpts) error {
21 ctx, task := trace.NewTask(ctx, "devboxPush")
22 defer task.End()
23 return pullbox.New(d, opts).Push(ctx)
24}

Callers 2

pushCmdFuncFunction · 0.45
computeEnvMethod · 0.45

Calls 2

NewFunction · 0.92
EndMethod · 0.80

Tested by

no test coverage detected