MCPcopy
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
18type OSRunner struct {
19 Log *text.Logger
20}
21
22func NewOSRunner(log *text.Logger) *OSRunner {
23 return &OSRunner{log}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected