MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / get_connections

Function get_connections

api/src/user/mod.rs:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58async fn get_connections() -> Json<serde_json::Value> {
59 Json(json!([]))
60}
61
62async fn sync_thread(Json(request): Json<SyncThreadRequest>) -> Json<serde_json::Value> {
63 let thread_id = if let Some(Some(thread_meta)) = request.thread_metas.first()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected