Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ midcobraExecutable
Struct
midcobraExecutable
internal/boxcli/midcobra/midcobra.go:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
type
midcobraExecutable
struct
{
36
cmd *cobra.Command
37
38
middlewares []Middleware
39
}
40
41
var
_ Executable = (*midcobraExecutable)(nil)
42
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected