MCPcopy Create free account
hub / github.com/PerroEngine/Perro / scan_project

Function scan_project

perro_editor/res/scripts/assets/editor_file_watch.rs:8–16  ·  view source on GitHub ↗
(root: &Path)

Source from the content-addressed store, hash-verified

6
7pub type FileSig = String;
8
9#[derive(Default)]
10struct ProjectScanJob {
11 running: bool,
12 ready: Option<ProjectScan>,
13}
14
15pub struct ProjectScan {
16 pub before: Vec<FileSig>,
17 pub next: Vec<FileSig>,
18 pub changed: Vec<String>,
19 pub res_paths: Vec<String>,

Callers

nothing calls this directly

Calls 3

scan_watch_pathFunction · 0.85
watched_root_filesFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected