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

Method ID

backend/session.go:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 case "api_max_tokens":
172 target.APIMaxTokens = source.APIMaxTokens
173 case "harness_mode":
174 target.HarnessMode = source.HarnessMode
175 }
176 }
177}
178

Callers 1

dispatchResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected