Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ File
Class
File
parser/src/def/source.rs:6–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
6
pub struct File {
7
pub path: String,
8
pub functions: Vec<FunctionDef>,
9
pub crate_name: String,
10
pub modified: SystemTime,
11
}
Callers
1
run
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected