Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
39
pub struct SourceFileID(pub u32);
40
41
impl Display for SourceFileID {
42
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Callers
4
read_file_without_bom
Function · 0.85
default
Method · 0.85
new
Method · 0.85
initialize_predefined_types
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected