MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / push

Method push

cel/src/parser/parser.rs:2263–2266  ·  view source on GitHub ↗
(&mut self, literal: &str)

Source from the content-addressed store, hash-verified

2261 }
2262
2263 fn push(&mut self, literal: &str) {
2264 self.indent();
2265 self.buffer.push_str(literal);
2266 }
2267
2268 fn indent(&mut self) {
2269 if self.line_start {

Callers 15

add_todoFunction · 0.80
resolveMethod · 0.80
serialize_elementMethod · 0.80
serialize_fieldMethod · 0.80
test_cel_value_to_jsonFunction · 0.80
resolve_allMethod · 0.80
parse_bytesFunction · 0.80
parse_raw_stringFunction · 0.80
parse_quoted_stringFunction · 0.80
parse_unicode_octFunction · 0.80
map_initializer_listMethod · 0.80

Calls 1

indentMethod · 0.80

Tested by 1

test_cel_value_to_jsonFunction · 0.64