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.
Link to this function

parse_frame(frame, opcode)

View Source

Specs

parse_frame(binary(), opcode()) :: frame() | parse_error()

Parses a websocket frame into a readable payload (bitstring, binary, or nil values).