MCPcopy Create free account
hub / github.com/LaihoE/Python-demoparser / parse_cmd

Method parse_cmd

src/parsing/parser.rs:237–244  ·  view source on GitHub ↗
(&mut self, cmd: u8)

Source from the content-addressed store, hash-verified

235 }
236 #[inline(always)]
237 pub fn parse_cmd(&mut self, cmd: u8) {
238 match cmd {
239 1 => self.parse_packet(),
240 2 => self.parse_packet(),
241 6 => self.parse_datatable(),
242 _ => {}
243 }
244 }
245
246 #[inline(always)]
247 pub fn parse_packet(&mut self) {

Callers 1

start_parsingMethod · 0.80

Calls 2

parse_packetMethod · 0.80
parse_datatableMethod · 0.80

Tested by

no test coverage detected