MCPcopy
hub / github.com/lxzan/gws / Payload

Interface Payload

internal/io.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type Payload interface {
32 io.WriterTo
33 Len() int
34 CheckEncoding(enabled bool, opcode uint8) bool
35}
36
37type Buffers [][]byte
38

Callers 11

TestMapFunction · 0.65
TestConcurrentMapFunction · 0.65
emitCloseMethod · 0.65
readMessageMethod · 0.65
shouldCallMethod · 0.65
writeMethod · 0.65
FlushMethod · 0.65
DecompressMethod · 0.65
genFrameMethod · 0.65
TestBuffers_WriteToFunction · 0.65
TestBytes_WriteToFunction · 0.65

Implementers 1

writerTocompress_test.go

Calls

no outgoing calls

Tested by

no test coverage detected