MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / parse_cruft

Function parse_cruft

crates/papyrus/src/parser.rs:427–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425
426 #[test]
427 fn parse_cruft() {
428 let yul = r###"
429 object "fib" {
430 code {
431 }
432 }
433
434 "###;
435 insta::assert_snapshot!(parse_to_tree(yul));
436 }
437
438 //TODO: add test for parse function definition
439

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected