Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d0iasm/saba
/ Program
Class
Program
core/src/renderer/js/ast.rs:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
#[derive(Debug, Clone, PartialEq, Eq)]
13
pub struct Program {
14
body: Vec<Rc<Node>>,
15
}
16
17
impl Default for Program {
18
fn default() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected