MCPcopy Index your code
hub / github.com/endbasic/endbasic / next

Method next

core/src/parser.rs:2030–2032  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2028 type Item = Result<Statement>;
2029
2030 fn next(&mut self) -> Option<Self::Item> {
2031 self.parser.parse_one_safe().transpose()
2032 }
2033}
2034
2035/// Extracts all statements from the input stream.

Callers 15

handle_bad_readMethod · 0.45
consume_numberMethod · 0.45
consume_integerMethod · 0.45
consume_operatorMethod · 0.45
consume_symbolMethod · 0.45
consume_textMethod · 0.45
consume_labelMethod · 0.45
consume_rest_of_lineMethod · 0.45
advance_and_read_nextMethod · 0.45
readMethod · 0.45
find_syntaxMethod · 0.45

Calls 1

parse_one_safeMethod · 0.80

Tested by

no test coverage detected