MCPcopy Create free account
hub / github.com/Mister-leo/fssh / defaultSocket

Function defaultSocket

internal/agent/server.go:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14)
15
16func defaultSocket() string {
17 home, _ := os.UserHomeDir()
18 return filepath.Join(home, ".fssh", "agent.sock")
19}
20
21func Start(socketPath string) error { return StartWithOptions(socketPath, true, 0) }
22

Callers 1

StartWithOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected