MCPcopy
hub / github.com/Jguer/yay / fakeWorkdirCmdBuilder

Struct fakeWorkdirCmdBuilder

pkg/sync/workdir/workdir_ops_test.go:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type fakeWorkdirCmdBuilder struct {
74 captureCalls []string
75 showCalls []string
76}
77
78func (f *fakeWorkdirCmdBuilder) BuildGitCmd(ctx context.Context, dir string, extraArgs ...string) *exec.Cmd {
79 return exec.CommandContext(ctx, "git", extraArgs...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected