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

Method get_config

apps/admin/services.py:1517–1522  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1515 FLOAT_FIELDS = {"opacity"}
1516
1517 def get_config(self):
1518 config = dict(settings.items())
1519 config["admin_token"] = ""
1520 for key in INTERNAL_CONFIG_KEYS:
1521 config.pop(key, None)
1522 return config
1523
1524 async def update_config(self, data: dict):
1525 current_config = dict(settings.items())

Callers 1

get_configFunction · 0.80

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected