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