Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
392
func
(env *Environment) Checkpoint(ctx context.Context, target string) (string, error) {
393
return
env.container().Publish(ctx, target)
394
}
Callers
1
createEnvironmentCheckpointTool
Function · 0.80
Calls
1
container
Method · 0.95
Tested by
no test coverage detected