Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
defaultSocket() string {
17
home, _ := os.UserHomeDir()
18
return
filepath.Join(home,
".fssh"
,
"agent.sock"
)
19
}
20
21
func
Start(socketPath string) error {
return
StartWithOptions(socketPath, true, 0) }
22
Callers
1
StartWithOptions
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected