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

Method heap

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

Source from the content-addressed store, hash-verified

336 }
337
338 pub(crate) const fn heap(&self) -> &'heap Heap {
339 self.heap
340 }
341}
342
343#[cfg(test)]

Callers 9

parse_from_stringFunction · 0.80
parse_labelled_argumentFunction · 0.80
parse_arrayFunction · 0.80
parse_dict_objectFunction · 0.80
parse_dict_arrayFunction · 0.80
parse_structFunction · 0.80
parse_tupleFunction · 0.80
parse_listFunction · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected