Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yorukot/superfile
/ ShellCommandAction
Struct
ShellCommandAction
src/internal/common/type.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
type
ShellCommandAction
struct
{
17
Command string
18
}
19
20
func
(s ShellCommandAction) String() string {
21
return
"ShellCommandAction for command "
+ s.Command
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected