MCPcopy Index your code
hub / github.com/coder/websocket / opcode

TypeAlias opcode

frame.go:16–16  ·  view source on GitHub ↗

opcode represents a WebSocket opcode.

Source from the content-addressed store, hash-verified

14
15// opcode represents a WebSocket opcode.
16type opcode int
17
18// https://tools.ietf.org/html/rfc6455#section-11.8.
19const (

Callers 1

readFrameHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected