SafeLinkBuffer only used to in go tests with -race
| 24 | |
| 25 | // SafeLinkBuffer only used to in go tests with -race |
| 26 | type SafeLinkBuffer struct { |
| 27 | sync.Mutex |
| 28 | UnsafeLinkBuffer |
| 29 | } |
| 30 | |
| 31 | // ------------------------------------------ implement copy reader ------------------------------------------ |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected