MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / get_config

Function get_config

apps/admin/views.py:477–480  ·  view source on GitHub ↗
(
    config_service: ConfigService = Depends(get_config_service),
)

Source from the content-addressed store, hash-verified

475
476@admin_api.get("/config/get")
477async def get_config(
478 config_service: ConfigService = Depends(get_config_service),
479):
480 return APIResponse(detail=config_service.get_config())
481
482
483@admin_api.patch("/config/update")

Callers

nothing calls this directly

Calls 2

APIResponseClass · 0.90
get_configMethod · 0.80

Tested by

no test coverage detected