MCPcopy Create free account
hub / github.com/divan/gotrace / Commands

Struct Commands

commands.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Commands struct {
9 cmds []*Command
10 gd map[string]int
11}
12
13func NewCommands() Commands {
14 return Commands{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected