MCPcopy
hub / github.com/sipeed/picoclaw / Remove

Method Remove

pkg/tools/session.go:241–245  ·  view source on GitHub ↗
(sessionID string)

Source from the content-addressed store, hash-verified

239}
240
241func (sm *SessionManager) Remove(sessionID string) {
242 sm.mu.Lock()
243 defer sm.mu.Unlock()
244 delete(sm.sessions, sessionID)
245}
246
247func (sm *SessionManager) List() []SessionInfo {
248 sm.mu.RLock()

Callers 15

storeInlineDataURLFunction · 0.80
executeKillMethod · 0.80
storeBinaryContentMethod · 0.80
WriteFileMethod · 0.80
ReleaseAllMethod · 0.80
CleanExpiredMethod · 0.80
DownloadToFileFunction · 0.80
DownloadFileFunction · 0.80

Calls

no outgoing calls