MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / get_analytics

Function get_analytics

dashboard/hermes-wrapper/plugin_api.py:592–593  ·  view source on GitHub ↗
(path: str, request: Request)

Source from the content-addressed store, hash-verified

590
591@router.get("/analytics/{path:path}")
592def get_analytics(path: str, request: Request) -> JSONResponse:
593 return _proxy("GET", f"/api/plugins/analytics/{path}", request, None)
594
595
596@router.get("/automation/{path:path}")

Callers

nothing calls this directly

Calls 1

_proxyFunction · 0.85

Tested by

no test coverage detected