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

Function normalizeLuminaRoot

config/config.go:555–568  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

553 updated.APIType = fresh.APIType
554 }
555 updated.FallbackAPIEnabled = fresh.FallbackAPIEnabled
556 updated.FallbackAPIKey = fresh.FallbackAPIKey
557 updated.FallbackAPIBaseURL = fresh.FallbackAPIBaseURL
558 updated.FallbackAPIModel = fresh.FallbackAPIModel
559 updated.FallbackAPIType = fresh.FallbackAPIType
560 if !isPinned(current, "api_max_tokens") {
561 updated.APIMaxTokens = fresh.APIMaxTokens
562 }
563 updated.APIStreamIdleTimeoutSeconds = fresh.APIStreamIdleTimeoutSeconds
564 updated.MaxToolOutputChars = fresh.MaxToolOutputChars
565 updated.MaxToolResultCharsAbsolute = fresh.MaxToolResultCharsAbsolute
566 updated.MaxMessageToolResultsChars = fresh.MaxMessageToolResultsChars
567 updated.ShellTimeoutSeconds = fresh.ShellTimeoutSeconds
568 updated.ShellMaxOutputBytes = fresh.ShellMaxOutputBytes
569 updated.SandboxBackend = fresh.SandboxBackend
570 updated.WSLSandboxDistro = fresh.WSLSandboxDistro
571 updated.WSLSandboxInstallDir = fresh.WSLSandboxInstallDir

Callers 1

FindLuminaRootFunction · 0.85

Calls 2

hasLuminaResourcesFunction · 0.85
expandHomeFunction · 0.70

Tested by

no test coverage detected