Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
491
type
CloseWriter
interface
{
492
CloseWrite() error
493
}
494
495
func
TestEchoWithMessaging(t *testing.T) {
496
pipePath := randomPipePath()
Callers
nothing calls this directly
Implementers
1
messageBytePipe
ipc/namedpipe/namedpipe.go
Calls
no outgoing calls
Tested by
no test coverage detected