MCPcopy Create free account
hub / github.com/GPPVM-Project/SkyLC / SourceFileID

Class SourceFileID

crates/skyl-data/src/reader.rs:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
39pub struct SourceFileID(pub u32);
40
41impl Display for SourceFileID {
42 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 4

read_file_without_bomFunction · 0.85
defaultMethod · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected