MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / SetLogging

Method SetLogging

projects/Go/proto/fbe/Sender.go:64–64  ·  view source on GitHub ↗

Set the logging flag

(logging bool)

Source from the content-addressed store, hash-verified

62func (s *Sender) Logging() bool { return s.logging }
63// Set the logging flag
64func (s *Sender) SetLogging(logging bool) { s.logging = logging }
65
66// Setup handlers
67func (s *Sender) SetupHandlers(handlers interface{}) {

Callers 3

mainFunction · 0.45
BenchmarkSendWithLogsFunction · 0.45
BenchmarkReceiveWithLogsFunction · 0.45

Calls

no outgoing calls

Tested by 2

BenchmarkSendWithLogsFunction · 0.36
BenchmarkReceiveWithLogsFunction · 0.36