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

Method complete

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

* 完成 Session * @param sessionId Session ID

(sessionId: string)

Source from the content-addressed store, hash-verified

207 * @param sessionId Session ID
208 */
209 async complete(sessionId: string): Promise<SessionInfo> {
210 return this.update(sessionId, { status: "completed" });
211 }
212
213 /**
214 * 归档 Session

Callers 3

mainFunction · 0.95
client.test.tsFile · 0.80
mainFunction · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected