Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
impl 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
98
impl HasId for NodeData<'_> {
Callers
8
format_node
Method · 0.80
visit_node
Method · 0.80
visit_node
Method · 0.80
fold_node
Method · 0.80
fold_node
Method · 0.80
from_hir
Function · 0.80
terminator_graph_read_body
Method · 0.80
rvalue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected