MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT / ensure_overview_path

Method ensure_overview_path

backend/server.py:911–912  ·  view source on GitHub ↗
(cfg: dict)

Source from the content-addressed store, hash-verified

909
910 # Ensure config_override includes overview_path
911 def ensure_overview_path(cfg: dict):
912 cfg["overview_path"] = overview_path
913
914 # we'll inject later when we build config_override
915

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected