Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/celer-pkg/celer
/ treeCmd
Struct
treeCmd
cmds/cmd_tree.go:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
treeCmd
struct
{
30
celer *configs.Celer
31
hideDevDep bool
32
}
33
34
func
(t *treeCmd) Command(celer *configs.Celer) *cobra.Command {
35
t.celer = celer
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected