MCPcopy 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 返回认证模式配置文件路径
142func modeConfigPath() string {
143 home, _ := os.UserHomeDir()
144 return filepath.Join(home, ".fssh", "auth_mode.json")
145}

Callers 2

LoadModeFunction · 0.85
SaveModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected