Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ IncrementSubnet
Method
IncrementSubnet
toolchains/engine-dev/main.go:79–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(dev *EngineDev) IncrementSubnet() *EngineDev {
80
dev.SubnetNumber++
81
return
dev
82
}
83
84
func
(dev *EngineDev) WithEBPFProgs(names []string) *EngineDev {
85
dev.EBPFProgs = append(dev.EBPFProgs, names...)
Callers
2
Service
Method · 0.95
invoke
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected