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

Class YulFile

crates/papyrus/src/types.rs:7–10  ·  view source on GitHub ↗

Struct to represent a YulFile

Source from the content-addressed store, hash-verified

5#[derive(Debug)]
6//Struct to represent a YulFile
7pub struct YulFile {
8 pub file_path: PathBuf,
9 pub file_contents: String,
10}
11
12//Enum to represent Yul Expressions
13#[derive(Clone, PartialEq, Eq, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected