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

Function DefaultConfig

environment/config.go:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17)
18
19func DefaultConfig() *EnvironmentConfig {
20 return &EnvironmentConfig{
21 BaseImage: defaultImage,
22 Workdir: "/workdir",
23 }
24}
25
26type EnvironmentConfig struct {
27 Workdir string `json:"workdir,omitempty"`

Callers 7

CreateMethod · 0.92
withConfigFunction · 0.92
updateConfigFunction · 0.92
config.goFile · 0.92
LoadInfoFunction · 0.85

Calls

no outgoing calls