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

Method archive

client-sdks/client-js/src/resources/session.ts:217–219  ·  view source on GitHub ↗

* 归档 Session * @param sessionId Session ID

(sessionId: string)

Source from the content-addressed store, hash-verified

215 * @param sessionId Session ID
216 */
217 async archive(sessionId: string): Promise<SessionInfo> {
218 return this.update(sessionId, { status: "archived" });
219 }
220
221 // ==========================================================================
222 // Session Export

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected