MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / set_app_config

Function set_app_config

ui/easydiffusion/server.py:102–103  ·  view source on GitHub ↗
(req: SetAppConfigRequest)

Source from the content-addressed store, hash-verified

100
101 @server_api.post("/app_config")
102 async def set_app_config(req: SetAppConfigRequest):
103 return set_app_config_internal(req)
104
105 @server_api.get("/get/{key:path}")
106 def read_web_data(key: str = None, scan_for_malicious: bool = True):

Callers

nothing calls this directly

Calls 1

set_app_config_internalFunction · 0.85

Tested by

no test coverage detected