Searched defs:FakeHost (Results 1 – 1 of 1) sorted by relevance
12 pub struct FakeHost { struct22 impl FakeHost { impl23 pub fn new(files: &HashMap<PathBuf, FileMetadata>, tracked_files: &[String]) -> FakeHost { in new()88 impl Host for FakeHost { implementation