MCPcopy Create free account
hub / github.com/dagger/dagger / WithRace

Method WithRace

toolchains/engine-dev/main.go:94–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (dev *EngineDev) WithRace() *EngineDev {
95 dev.Race = true
96 return dev
97}
98
99func (dev *EngineDev) WithLogLevel(level string) *EngineDev {
100 dev.LogLevel = level

Callers 2

invokeFunction · 0.45
ContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected