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

Function store_dashboard_source_stamp

build.rs:236–242  ·  view source on GitHub ↗
(stamp: &str)

Source from the content-addressed store, hash-verified

234}
235
236fn store_dashboard_source_stamp(stamp: &str) {
237 // Best-effort: if the stamp can't be written, the next build still checks
238 // the source stamp that `npm run build` wrote next to the dist assets.
239 if let Some(path) = dashboard_source_stamp_path() {
240 let _ = fs::write(path, stamp);
241 }
242}
243
244fn collect_dashboard_source_inputs() -> Vec<PathBuf> {
245 let mut inputs = Vec::new();

Callers 1

Calls 2

writeFunction · 0.85

Tested by

no test coverage detected