Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
170
func
(s *Sessions) Set(id uint64, session *Session) {
171
s.sessions.Store(id, session)
172
}
173
174
func
(s *Sessions) Delete(id uint64) {
175
s.sessions.Delete(id)
Callers
15
Health
Method · 0.45
HandlePcapStream
Method · 0.45
HandleKeylogStream
Method · 0.45
HandleIncoming
Method · 0.45
HandleOutgoing
Method · 0.45
HandleMappings
Method · 0.45
MockOutgoing
Method · 0.45
GetConsumedMocks
Method · 0.45
GetMockErrors
Method · 0.45
BeginTestErrorCapture
Method · 0.45
StoreMocks
Method · 0.45
UpdateMockParams
Method · 0.45
Calls
1
Store
Method · 0.45
Tested by
2
TestHandleHttp1Connection_ChunkedExchangeIsCaptured
Function · 0.36
TestHandleHttp1Connection_ChunkedRequestIsCaptured
Function · 0.36