Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
type
Payload
interface
{
32
io.WriterTo
33
Len() int
34
CheckEncoding(enabled bool, opcode uint8) bool
35
}
36
37
type
Buffers [][]byte
38
Callers
11
TestMap
Function · 0.65
TestConcurrentMap
Function · 0.65
emitClose
Method · 0.65
readMessage
Method · 0.65
shouldCall
Method · 0.65
write
Method · 0.65
Flush
Method · 0.65
Decompress
Method · 0.65
genFrame
Method · 0.65
TestBuffers_WriteTo
Function · 0.65
TestBytes_WriteTo
Function · 0.65
Implementers
1
writerTo
compress_test.go
Calls
no outgoing calls
Tested by
no test coverage detected