MCPcopy Create free account
hub / github.com/pydio/cells / WithCustomFlags

Function WithCustomFlags

common/utils/fork/process.go:44–48  ·  view source on GitHub ↗
(f ...string)

Source from the content-addressed store, hash-verified

42}
43
44func WithCustomFlags(f ...string) Option {
45 return func(o *Options) {
46 o.customFlags = f
47 }
48}
49
50func WithRetries(i int) Option {
51 return func(o *Options) {

Callers 1

RawServeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…