MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / firstNonEmpty

Function firstNonEmpty

config/config.go:672–679  ·  view source on GitHub ↗
(values ...string)

Source from the content-addressed store, hash-verified

670 updated.WebFetchTimeoutSeconds = fresh.WebFetchTimeoutSeconds
671 updated.WebFetchUserAgent = fresh.WebFetchUserAgent
672 updated.ProjectRootMarkers = fresh.ProjectRootMarkers
673 updated.ProjectDocFilenames = fresh.ProjectDocFilenames
674 updated.ProjectDocMaxBytes = fresh.ProjectDocMaxBytes
675 updated.ProjectPaths = fresh.ProjectPaths
676 if !isPinned(current, "project_runtime_dir") {
677 updated.ProjectRuntimeDir = fresh.ProjectRuntimeDir
678 }
679 if !isPinned(current, "harness_mode") {
680 updated.HarnessMode = fresh.HarnessMode
681 }
682 updated.TeamDir = teamDir

Callers 1

applyEnvOverridesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected