MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / WithRun

Function WithRun

pkg/config/config_windows.go:166–170  ·  view source on GitHub ↗

WithRun determines the main command is executed.

()

Source from the content-addressed store, hash-verified

164
165// WithRun determines the main command is executed.
166func WithRun() Option {
167 return func(o *Options) {
168 o.run = true
169 }
170}
171
172// WithList determines the list command is executed.
173func WithList() Option {

Callers 10

run_windows.goFile · 0.92
TestTransformersFunction · 0.85
TestEventSourceConfigFunction · 0.85
TestNewFromYamlFileFunction · 0.85
TestNewFromJsonFileFunction · 0.85
TestConfigPrintFunction · 0.85
TestAMQPOutputFunction · 0.85
TestHTTPOutputFunction · 0.85
TestEventlogOutputFunction · 0.85

Calls

no outgoing calls

Tested by 8

TestTransformersFunction · 0.68
TestEventSourceConfigFunction · 0.68
TestNewFromYamlFileFunction · 0.68
TestNewFromJsonFileFunction · 0.68
TestConfigPrintFunction · 0.68
TestAMQPOutputFunction · 0.68
TestHTTPOutputFunction · 0.68
TestEventlogOutputFunction · 0.68