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

Method ptr

libs/@local/hashql/hir/src/node/mod.rs:90–95  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

88impl NodeData<'_> {
89 #[must_use]
90 pub const fn ptr(&self) -> HirPtr {
91 HirPtr {
92 id: self.id,
93 span: self.span,
94 }
95 }
96}
97
98impl HasId for NodeData<'_> {

Callers 8

format_nodeMethod · 0.80
visit_nodeMethod · 0.80
visit_nodeMethod · 0.80
fold_nodeMethod · 0.80
fold_nodeMethod · 0.80
from_hirFunction · 0.80
rvalueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected