MCPcopy Create free account
hub / github.com/cloudwego/netpoll / SafeLinkBuffer

Struct SafeLinkBuffer

nocopy_linkbuffer_race.go:26–29  ·  view source on GitHub ↗

SafeLinkBuffer only used to in go tests with -race

Source from the content-addressed store, hash-verified

24
25// SafeLinkBuffer only used to in go tests with -race
26type SafeLinkBuffer struct {
27 sync.Mutex
28 UnsafeLinkBuffer
29}
30
31// ------------------------------------------ implement copy reader ------------------------------------------
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected