MCPcopy
hub / github.com/keploy/keploy / Store

Method Store

pkg/agent/proxy/integrations/mysql/wire/util.go:70–74  ·  view source on GitHub ↗
(key net.Conn, value byte)

Source from the content-addressed store, hash-verified

68}
69
70func (lo *LastOperation) Store(key net.Conn, value byte) {
71 lo.Lock()
72 lo.operations[key] = value
73 lo.Unlock()
74}
75
76// This map is used to store the server greetings for each connection.
77// It helps us to determine the server version and capabilities.

Callers 15

SetRedactorFunction · 0.45
WriteMethod · 0.45
swapMethod · 0.45
SetDebugFileSinkFunction · 0.45
StartMethod · 0.45
StoreMocksMethod · 0.45
SetupMethod · 0.45
nextTestIndexMethod · 0.45
RegisterMockYAMLMapperFunction · 0.45
SetMethod · 0.45
applyPausedStateFunction · 0.45
probeOnFunction · 0.45

Calls

no outgoing calls