MCPcopy
hub / github.com/basecamp/once / executablePath

Function executablePath

internal/command/background_install.go:68–74  ·  view source on GitHub ↗

Helpers

()

Source from the content-addressed store, hash-verified

66// Helpers
67
68func executablePath() (string, error) {
69 exe, err := os.Executable()
70 if err != nil {
71 return "", err
72 }
73 return filepath.EvalSymlinks(exe)
74}

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…