MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Action

Function Action

cmd/cloudflared/cliutil/handler.go:11–13  ·  view source on GitHub ↗
(actionFunc cli.ActionFunc)

Source from the content-addressed store, hash-verified

9)
10
11func Action(actionFunc cli.ActionFunc) cli.ActionFunc {
12 return WithErrorHandler(actionFunc)
13}
14
15func ConfiguredAction(actionFunc cli.ActionFunc) cli.ActionFunc {
16 // Adapt actionFunc to the type signature required by ConfiguredActionWithWarnings

Callers 1

CommandsFunction · 0.92

Calls 1

WithErrorHandlerFunction · 0.85

Tested by

no test coverage detected