MCPcopy
hub / github.com/WireGuard/wireguard-go / CloseWriter

Interface CloseWriter

ipc/namedpipe/namedpipe_test.go:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491type CloseWriter interface {
492 CloseWrite() error
493}
494
495func TestEchoWithMessaging(t *testing.T) {
496 pipePath := randomPipePath()

Callers

nothing calls this directly

Implementers 1

messageBytePipeipc/namedpipe/namedpipe.go

Calls

no outgoing calls

Tested by

no test coverage detected