Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ newConfig
Function
newConfig
cli/pkg/ssh_config/config.go:797–808 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
795
}
796
797
func
newConfig() *Config {
798
return
&Config{
799
Hosts: []*Host{
800
&Host{
801
implicit: true,
802
Patterns: []*Pattern{matchAll},
803
Nodes: make([]Node, 0),
804
},
805
},
806
depth: 0,
807
}
808
}
Callers
1
parseSSH
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected