(path: &Path)
| 150 | } |
| 151 | |
| 152 | fn normalized_dashboard_source_path(path: &Path) -> String { |
| 153 | path.to_string_lossy().replace('\\', "/") |
| 154 | } |
| 155 | |
| 156 | /// Content hash of the production dashboard source inputs (each input's path + |
| 157 | /// bytes), independent of filesystem mtimes. Returns `None` when there are no |
no outgoing calls
no test coverage detected