Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
31
type
ExecutableFinder
interface
{
32
Executable() (string, error)
33
}
34
35
// FilePathJoiner mocks out filepath.Join.
Callers
9
FindFinch
Function · 0.65
TestFindFinch
Function · 0.65
Executable
Method · 0.65
TestSupportBundleBuilder_GenerateSupportBundle
Function · 0.65
getFinchVersion
Method · 0.65
stopVM
Method · 0.65
removeVM
Method · 0.65
run
Method · 0.65
TestXmain
Function · 0.65
Implementers
5
FinchFinderDeps
pkg/mocks/finch_finder_deps.go
FinchFinderDepsMockRecorder
pkg/mocks/finch_finder_deps.go
SupportSystemDeps
pkg/mocks/pkg_support.go
SupportSystemDepsMockRecorder
pkg/mocks/pkg_support.go
StdLib
pkg/system/stdlib.go
Calls
no outgoing calls
Tested by
3
TestFindFinch
Function · 0.52
TestSupportBundleBuilder_GenerateSupportBundle
Function · 0.52
TestXmain
Function · 0.52