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

Method WithEBPFProgs

toolchains/engine-dev/main.go:84–87  ·  view source on GitHub ↗
(names []string)

Source from the content-addressed store, hash-verified

82}
83
84func (dev *EngineDev) WithEBPFProgs(names []string) *EngineDev {
85 dev.EBPFProgs = append(dev.EBPFProgs, names...)
86 return dev
87}
88
89func (dev *EngineDev) WithEngineConfig(key, value string) *EngineDev {
90 dev.EngineConfig = append(dev.EngineConfig, key+"="+value)

Callers 2

testContainerMethod · 0.95
invokeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected