Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/websocket
/ mockUnwrapper
Struct
mockUnwrapper
accept_test.go:600–603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
type
mockUnwrapper
struct
{
601
http.ResponseWriter
602
unwrap
func
() http.ResponseWriter
603
}
604
605
var
_ rwUnwrapper = mockUnwrapper{}
606
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected