MCPcopy
hub / github.com/coder/websocket / opcode

TypeAlias opcode

ws_js.go:23–23  ·  view source on GitHub ↗

opcode represents a WebSocket opcode.

Source from the content-addressed store, hash-verified

21
22// opcode represents a WebSocket opcode.
23type opcode int
24
25// https://tools.ietf.org/html/rfc6455#section-11.8.
26const (

Callers 2

TestHeaderFunction · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected