MCPcopy Create free account
hub / github.com/gavv/httpexpect / newEmptyWebsocketMessage

Function newEmptyWebsocketMessage

websocket_message.go:95–99  ·  view source on GitHub ↗
(parent *chain)

Source from the content-addressed store, hash-verified

93}
94
95func newEmptyWebsocketMessage(parent *chain) *WebsocketMessage {
96 return &WebsocketMessage{
97 chain: parent.clone(),
98 }
99}
100
101// Raw returns underlying type, content and close code of WebSocket message.
102// Theses values are originally read from WebSocket connection.

Callers 4

newWebsocketMessageFunction · 0.85
ExpectMethod · 0.85
readMessageMethod · 0.85

Calls 1

cloneMethod · 0.45

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…