Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ControlCplusControlV/Scribe
/ parse_var_and_add
Function
parse_var_and_add
crates/papyrus/src/parser.rs:375–377 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
373
374
#[test]
375
fn parse_var_and_add() {
376
insta::assert_snapshot!(parse_to_tree(
"let x := add(1,2)"
));
377
}
378
379
#[ignore]
380
#[test]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected