Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProspectOne/perfops-cli
/ initListCmd
Function
initListCmd
cmd/list.go:37–39 ·
view source on GitHub ↗
(parentCmd *cobra.Command)
Source
from the content-addressed store, hash-verified
35
)
36
37
func
initListCmd(parentCmd *cobra.Command) {
38
parentCmd.AddCommand(listCmd)
39
}
40
41
func
runListCmd(c *perfops.Client, dataType string) error {
42
if
f, ok := listTypesMap[dataType]; ok {
Callers
2
TestInitListCmd
Function · 0.85
Execute
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestInitListCmd
Function · 0.68