MCPcopy
hub / github.com/grafana/tempo / Execute

Function Execute

tools/chloggen/cmd/root.go:47–49  ·  view source on GitHub ↗

Execute executes the root command.

()

Source from the content-addressed store, hash-verified

45
46// Execute executes the root command.
47func Execute() {
48 cobra.CheckErr(rootCmd().Execute())
49}
50
51func init() {
52 cobra.OnInitialize(initConfig)

Callers 1

mainFunction · 0.92

Calls 1

rootCmdFunction · 0.85

Tested by

no test coverage detected