MCPcopy Index your code
hub / github.com/koding/kite / New

Function New

config/config.go:149–151  ·  view source on GitHub ↗

New returns a new Config initialized with defaults.

()

Source from the content-addressed store, hash-verified

147
148// New returns a new Config initialized with defaults.
149func New() *Config {
150 return DefaultConfig.Copy()
151}
152
153// NewFromKiteKey parses the given kite key file and gives a new Config value.
154func NewFromKiteKey(file string) (*Config, error) {

Callers 1

GetFunction · 0.70

Calls 1

CopyMethod · 0.80

Tested by

no test coverage detected