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

Function defaultConfig

runner/config.go:393–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391}
392
393func defaultConfig() Config {
394 return defaultConfigForOS(runtime.GOOS)
395}
396
397func applyPlatformDefaults(cfg *Config, goos string) {
398 if cfg == nil {

Calls 1

defaultConfigForOSFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…