MCPcopy
hub / github.com/keploy/keploy / Set

Method Set

pkg/agent/service.go:170–172  ·  view source on GitHub ↗
(id uint64, session *Session)

Source from the content-addressed store, hash-verified

168}
169
170func (s *Sessions) Set(id uint64, session *Session) {
171 s.sessions.Store(id, session)
172}
173
174func (s *Sessions) Delete(id uint64) {
175 s.sessions.Delete(id)

Callers 15

HealthMethod · 0.45
HandlePcapStreamMethod · 0.45
HandleKeylogStreamMethod · 0.45
HandleIncomingMethod · 0.45
HandleOutgoingMethod · 0.45
HandleMappingsMethod · 0.45
MockOutgoingMethod · 0.45
GetConsumedMocksMethod · 0.45
GetMockErrorsMethod · 0.45
BeginTestErrorCaptureMethod · 0.45
StoreMocksMethod · 0.45
UpdateMockParamsMethod · 0.45

Calls 1

StoreMethod · 0.45