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

Function StartDefault

sdk/cliproxy/usage/manager.go:328–328  ·  view source on GitHub ↗

StartDefault starts the default manager's dispatcher.

(ctx context.Context)

Source from the content-addressed store, hash-verified

326
327// StartDefault starts the default manager's dispatcher.
328func StartDefault(ctx context.Context) { DefaultManager().Start(ctx) }
329
330// StopDefault stops the default manager's dispatcher.
331func StopDefault() { DefaultManager().Stop() }

Callers 1

RunMethod · 0.92

Calls 2

DefaultManagerFunction · 0.85
StartMethod · 0.45

Tested by

no test coverage detected