MCPcopy
hub / github.com/air-verse/air / defaultConfigForOS

Function defaultConfigForOS

runner/config.go:387–391  ·  view source on GitHub ↗
(goos string)

Source from the content-addressed store, hash-verified

385}
386
387func defaultConfigForOS(goos string) Config {
388 cfg := defaultConfigBase()
389 applyPlatformDefaults(&cfg, goos)
390 return cfg
391}
392
393func defaultConfig() Config {
394 return defaultConfigForOS(runtime.GOOS)

Callers 3

TestDefaultConfigForOSFunction · 0.85
defaultConfigFunction · 0.85

Calls 2

defaultConfigBaseFunction · 0.85
applyPlatformDefaultsFunction · 0.85

Tested by 1

TestDefaultConfigForOSFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…