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

Function get_graph

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

Source from the content-addressed store, hash-verified

553
554@router.get("/graph/{path:path}")
555def get_graph(path: str, request: Request) -> JSONResponse:
556 return _proxy("GET", f"/api/plugins/graph/{path}", request, None)
557
558
559@router.post("/graph/{path:path}")

Callers

nothing calls this directly

Calls 1

_proxyFunction · 0.85

Tested by

no test coverage detected