Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mister-leo/fssh
/ modeConfigPath
Function
modeConfigPath
internal/auth/auth.go:142–145 ·
view source on GitHub ↗
modeConfigPath 返回认证模式配置文件路径
()
Source
from the content-addressed store, hash-verified
140
141
// modeConfigPath 返回认证模式配置文件路径
142
func
modeConfigPath() string {
143
home, _ := os.UserHomeDir()
144
return
filepath.Join(home,
".fssh"
,
"auth_mode.json"
)
145
}
Callers
2
LoadMode
Function · 0.85
SaveMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected