MCPcopy Index your code
hub / github.com/subtrace/subtrace / UseWebsocketMessages

Method UseWebsocketMessages

tracer/parser.go:363–365  ·  view source on GitHub ↗
(msgs []*WebsocketMessage)

Source from the content-addressed store, hash-verified

361}
362
363func (p *Parser) UseWebsocketMessages(msgs []*WebsocketMessage) {
364 p.websocketMessages = msgs
365}
366
367func (p *Parser) SetRequestTrailer(tr http.Header) {
368 p.requestTrailer = tr

Callers 1

proxyHTTP1Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected