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

Function findAll

cli/pkg/ssh_config/config.go:109–114  ·  view source on GitHub ↗
(c *Config, alias, key string)

Source from the content-addressed store, hash-verified

107}
108
109func findAll(c *Config, alias, key string) ([]string, error) {
110 if c == nil {
111 return nil, nil
112 }
113 return c.GetAll(alias, key)
114}
115
116// Get finds the first value for key within a declaration that matches the
117// alias. Get returns the empty string if no value was found, or if IgnoreErrors

Callers 1

GetAllStrictMethod · 0.85

Calls 1

GetAllMethod · 0.45

Tested by

no test coverage detected