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

Function init

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

Source from the content-addressed store, hash-verified

787var matchAll *Pattern
788
789func init() {
790 var err error
791 matchAll, err = NewPattern("*")
792 if err != nil {
793 panic(err)
794 }
795}
796
797func newConfig() *Config {
798 return &Config{

Callers

nothing calls this directly

Calls 1

NewPatternFunction · 0.85

Tested by

no test coverage detected