Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
func
(dev *EngineDev) WithRace() *EngineDev {
95
dev.Race = true
96
return
dev
97
}
98
99
func
(dev *EngineDev) WithLogLevel(level string) *EngineDev {
100
dev.LogLevel = level
Callers
2
invoke
Function · 0.45
Container
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected