MCPcopy Index your code
hub / github.com/dagger/dagger / WithConfig

Method WithConfig

sdk/java/runtime/main.go:63–72  ·  view source on GitHub ↗
(
	// +default=false
	mavenErrors bool,
	// +default=false
	mavenDebugLogging bool,
)

Source from the content-addressed store, hash-verified

61}
62
63func (m *JavaSdk) WithConfig(
64 // +default=false
65 mavenErrors bool,
66 // +default=false
67 mavenDebugLogging bool,
68) *JavaSdk {
69 m.MavenErrors = mavenErrors
70 m.MavenDebugLogging = mavenDebugLogging
71 return m
72}
73
74func (m *JavaSdk) Codegen(
75 ctx context.Context,

Callers 1

invokeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected