MCPcopy Create free account
hub / github.com/Singular/Singular / emit_range

Method emit_range

ppcc/src/parser.cc:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178 }
179 noinline void emit_range(Int start, Int end) {
180 while (start < end) {
181 output->add(input->at(start));
182 start++;
183 }
184 }
185 void emit_tokens(TokenList *tokens) {
186 output->add(tokens);
187 }

Callers 1

EmitDeclFunction · 0.80

Calls 2

addMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected