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

Method WithEngineConfig

toolchains/engine-dev/main.go:89–92  ·  view source on GitHub ↗
(key, value string)

Source from the content-addressed store, hash-verified

87}
88
89func (dev *EngineDev) WithEngineConfig(key, value string) *EngineDev {
90 dev.EngineConfig = append(dev.EngineConfig, key+"="+value)
91 return dev
92}
93
94func (dev *EngineDev) WithRace() *EngineDev {
95 dev.Race = true

Callers 2

invokeFunction · 0.45
testContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected