MCPcopy Create free account
hub / github.com/algolia/cli / Type

Method Type

pkg/cmdutil/json_value.go:44–46  ·  view source on GitHub ↗

Type returns the type of the value.

()

Source from the content-addressed store, hash-verified

42
43// Type returns the type of the value.
44func (j *JSONValue) Type() string {
45 return "json"
46}

Callers 1

FlagValuesMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected