MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / normalized_dashboard_source_path

Function normalized_dashboard_source_path

build.rs:152–154  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

150}
151
152fn 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

Callers 1

dashboard_source_stampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected