MCPcopy
hub / github.com/runfinch/finch / Executable

Method Executable

pkg/system/system.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30// ExecutableFinder mocks out os.Executable.
31type ExecutableFinder interface {
32 Executable() (string, error)
33}
34
35// FilePathJoiner mocks out filepath.Join.

Callers 9

FindFinchFunction · 0.65
TestFindFinchFunction · 0.65
ExecutableMethod · 0.65
getFinchVersionMethod · 0.65
stopVMMethod · 0.65
removeVMMethod · 0.65
runMethod · 0.65
TestXmainFunction · 0.65

Implementers 5

FinchFinderDepspkg/mocks/finch_finder_deps.go
FinchFinderDepsMockRecorderpkg/mocks/finch_finder_deps.go
SupportSystemDepspkg/mocks/pkg_support.go
SupportSystemDepsMockRecorderpkg/mocks/pkg_support.go
StdLibpkg/system/stdlib.go

Calls

no outgoing calls

Tested by 3

TestFindFinchFunction · 0.52
TestXmainFunction · 0.52