MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / systemConfigFinder

Function systemConfigFinder

cli/pkg/ssh_config/config.go:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func systemConfigFinder() string {
92 return filepath.Join("/", "etc", "ssh", "ssh_config")
93}
94
95func findVal(c *Config, alias, key string) (string, error) {
96 if c == nil {

Callers 1

doLoadConfigsMethod · 0.85

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected