Starship.Reactor.Websocket.Frame.parse_frame
You're seeing just the function
parse_frame
, go back to Starship.Reactor.Websocket.Frame module for more information.
Specs
parse_frame(binary(), opcode()) :: frame() | parse_error()
Parses a websocket frame into a readable payload (bitstring, binary, or nil values).