Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoshuaDoes/tensor-usbdl
/ Command
Struct
Command
command.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
Command
struct
{
12
cmd, arg, data, crc []byte
13
}
14
15
func
NewCommand(cmd, arg, data, crc []byte) *Command {
16
return
&Command{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected