MCPcopy Create free account
hub / github.com/clouditor/clouditor / ValidArgsGetMetrics

Function ValidArgsGetMetrics

cli/session.go:252–254  ·  view source on GitHub ↗
(_ *cobra.Command, _ []string, toComplete string)

Source from the content-addressed store, hash-verified

250}
251
252func ValidArgsGetMetrics(_ *cobra.Command, _ []string, toComplete string) ([]string, cobra.ShellCompDirective) {
253 return getMetrics(toComplete), cobra.ShellCompDirectiveNoFileComp
254}
255
256func ValidArgsGetCatalogs(_ *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
257 if len(args) == 0 {

Callers 1

TestValidArgsGetMetricsFunction · 0.92

Calls 1

getMetricsFunction · 0.85

Tested by 1

TestValidArgsGetMetricsFunction · 0.74