Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ GetNode
Interface
GetNode
parser/src/ast.rs:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
pub trait GetNode {
46
fn get_node(&self) -> Node;
47
}
48
49
impl From<Node> for SourceSpan {
50
fn from(val: Node) -> Self {
Callers
nothing calls this directly
Implementers
1
ast.rs
parser/src/ast.rs
Calls
no outgoing calls
Tested by
no test coverage detected