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

Function WithDebug

common/utils/fork/process.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30type Option func(o *Options)
31
32func WithDebug() Option {
33 return func(o *Options) {
34 o.debugFork = true
35 }
36}
37
38func WithName(p string) Option {
39 return func(o *Options) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…