MCPcopy Create free account
hub / github.com/hashintel/hash / current_pointer

Method current_pointer

libs/@local/hashql/syntax-jexpr/src/parser/state.rs:103–105  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

101
102impl 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)

Callers 7

insert_rangeMethod · 0.80
parse_stringFunction · 0.80
parse_type_from_tokenFunction · 0.80
visit_arrayFunction · 0.80
parse_arrayFunction · 0.80
visit_objectFunction · 0.80

Calls

no outgoing calls

Tested by 1