MCPcopy
hub / github.com/keploy/keploy / Get

Function Get

pkg/agent/proxy/syncMock/syncMock.go:188–190  ·  view source on GitHub ↗

Get returns the global manager.

()

Source from the content-addressed store, hash-verified

186
187// Get returns the global manager.
188func Get() *SyncMockManager {
189 return instance
190}
191
192// New constructs an independent SyncMockManager with its own buffer, window
193// ring, drop counter, and per-session dedup queue. It shares no state with the

Callers 15

applyPausedStateFunction · 0.92
NewFunction · 0.92
startMethod · 0.92
handleConnectionMethod · 0.92
MappingMethod · 0.92
recordDNSMockMethod · 0.92
handleHttp1ConnectionMethod · 0.92
emitMockCoreMethod · 0.92
runLegacyParseFinalHTTPFunction · 0.92
wireSyncMockOutputFunction · 0.92
resolveTestWindowFunction · 0.92
CaptureFunction · 0.92

Calls

no outgoing calls