Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Jguer/yay
/ Capture
Method
Capture
pkg/settings/exe/exec.go:14–14 ·
view source on GitHub ↗
(cmd *exec.Cmd)
Source
from the content-addressed store, hash-verified
12
13
type
Runner
interface
{
14
Capture(cmd *exec.Cmd) (stdout string, stderr string, err error)
15
Show(cmd *exec.Cmd) error
16
}
17
Callers
12
srcinfoExists
Function · 0.65
Capture
Method · 0.65
Capture
Method · 0.65
getCommit
Method · 0.65
cleanAfter
Function · 0.65
gitMerge
Function · 0.65
Capture
Method · 0.65
downloadGitRepo
Function · 0.65
gitHasDiff
Function · 0.65
gitHasLastSeenRef
Function · 0.65
getLastSeenHash
Function · 0.65
gitUpdateSeenRef
Function · 0.65
Implementers
10
MockBuilder
pkg/settings/exe/mock.go
MockRunner
pkg/settings/exe/mock.go
OSRunner
pkg/settings/exe/exec.go
CmdBuilder
pkg/settings/exe/cmd_builder.go
MockRunner
pkg/vcs/vcs_test.go
fakeWorkdirCmdBuilder
pkg/sync/workdir/workdir_ops_test.go
testRunner
pkg/download/utils_test.go
testGitBuilder
pkg/download/utils_test.go
fakeMenusCmdBuilder
pkg/menus/menus_ops_test.go
fakeCmdBuilder
pkg/menus/edit_clean_ops_test.go
Calls
no outgoing calls
Tested by
1
Capture
Method · 0.52