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

Function main

bin/scribe/src/main.rs:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29fn main() {
30 let yul_contracts = read_yul_contracts();
31
32 //For each contract in Vec of YulFile
33 for yul_code in yul_contracts {
34 write_yul_to_masm(yul_code)
35 }
36}
37
38//Read in all of the Yul contracts from the contracts directory and return a Vec of Yul Files
39fn read_yul_contracts() -> Vec<YulFile> {

Callers

nothing calls this directly

Calls 2

read_yul_contractsFunction · 0.85
write_yul_to_masmFunction · 0.85

Tested by

no test coverage detected