MCPcopy
hub / github.com/dagger/container-use / Checkpoint

Method Checkpoint

environment/environment.go:392–394  ·  view source on GitHub ↗
(ctx context.Context, target string)

Source from the content-addressed store, hash-verified

390}
391
392func (env *Environment) Checkpoint(ctx context.Context, target string) (string, error) {
393 return env.container().Publish(ctx, target)
394}

Callers 1

Calls 1

containerMethod · 0.95

Tested by

no test coverage detected