MCPcopy
hub / github.com/keploy/keploy / loadRedactor

Function loadRedactor

utils/log/logger.go:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func loadRedactor() Redactor {
62 v := globalRedactor.Load()
63 if v == nil {
64 return nil
65 }
66 return v.(redactorHolder).r
67}
68
69// redactingCore wraps a zapcore.Core and runs the active Redactor over every
70// entry and field before delegating to the inner core. The indirection

Callers 3

WithMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85

Calls 1

LoadMethod · 0.65

Tested by

no test coverage detected