Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
44
func
(j *JSONValue) Type() string {
45
return
"json"
46
}
Callers
1
FlagValuesMap
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected