Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Jguer/yay
/ OSRunner
Struct
OSRunner
pkg/settings/exe/exec.go:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
type
OSRunner
struct
{
19
Log *text.Logger
20
}
21
22
func
NewOSRunner(log *text.Logger) *OSRunner {
23
return
&OSRunner{log}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected