(&self)
| 101 | |
| 102 | impl ParserContext<'_> { |
| 103 | fn current_pointer(&self) -> jsonptr::PointerBuf { |
| 104 | jsonptr::PointerBuf::from_tokens(&self.stack) |
| 105 | } |
| 106 | |
| 107 | fn insert_span(&mut self, span: Span) -> SpanId { |
| 108 | self.spans.insert(span, SpanAncestors::EMPTY) |
no outgoing calls