MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / Start

Method Start

sdk/cliproxy/types.go:110–115  ·  view source on GitHub ↗

Start proxies to the underlying watcher Start implementation.

(ctx context.Context)

Source from the content-addressed store, hash-verified

108
109// Start proxies to the underlying watcher Start implementation.
110func (w *WatcherWrapper) Start(ctx context.Context) error {
111 if w == nil || w.start == nil {
112 return nil
113 }
114 return w.start(ctx)
115}
116
117// Stop proxies to the underlying watcher Stop implementation.
118func (w *WatcherWrapper) Stop() error {

Callers 1

RunMethod · 0.95

Calls 1

startMethod · 0.80

Tested by

no test coverage detected