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

Method Logging

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

Get the logging flag

()

Source from the content-addressed store, hash-verified

60
61// Get the logging flag
62func (s *Sender) Logging() bool { return s.logging }
63// Set the logging flag
64func (s *Sender) SetLogging(logging bool) { s.logging = logging }
65

Callers 14

SendOrderMessageMethod · 0.95
SendBalanceMessageMethod · 0.95
SendAccountMessageMethod · 0.95
SendOrderMessageMethod · 0.95
SendBalanceMessageMethod · 0.95
SendAccountMessageMethod · 0.95
OnReceiveMethod · 0.45
SendOrderMessageMethod · 0.45
SendBalanceMessageMethod · 0.45
SendAccountMessageMethod · 0.45
OnReceiveMethod · 0.45
SendOrderMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected