MCPcopy Create free account
hub / github.com/PerroEngine/Perro / skip_ws

Method skip_ws

perro_source/core/perro_particle_math/src/lib.rs:410–414  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

408 self.parse_unary()?;
409 self.ops.push(Op::Pow);
410 self.skip_ws();
411 }
412 Ok(())
413 }
414
415 fn parse_unary(&mut self) -> Result<(), CompileError> {
416 self.skip_ws();
417 if self.eat(b'+') {

Callers 10

compile_expressionFunction · 0.45
parse_exprMethod · 0.45
parse_termMethod · 0.45
parse_powerMethod · 0.45
parse_unaryMethod · 0.45
parse_primaryMethod · 0.45
parse_argsMethod · 0.45
parse_identMethod · 0.45
parse_numberMethod · 0.45
eatMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected