MCPcopy Create free account
hub / github.com/astercloud/aster / leave

Function leave

ui/src/composables/useAsterClient.ts:175–181  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

173 return response.json();
174 },
175 async leave(id: string) {
176 const response = await fetch(`${baseUrl}/v1/rooms/${id}/leave`, {
177 method: "POST",
178 headers: buildHeaders(),
179 });
180 return response.json();
181 },
182 },
183 };
184

Callers

nothing calls this directly

Calls 1

buildHeadersFunction · 0.85

Tested by

no test coverage detected