| 50 | /// so it can be used by tests to verify disk access patterns. |
| 51 | struct VirtualFileSystem : public DiskInterface { |
| 52 | VirtualFileSystem() : now_(1) {} |
| 53 | |
| 54 | /// "Create" a file with contents. |
| 55 | void Create(const std::string& path, const std::string& contents); |
nothing calls this directly
no outgoing calls
no test coverage detected