Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ read
Function
read
tests/hermes_suite/dashboard.rs:31–34 ·
view source on GitHub ↗
(path: &Path)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn read(path: &Path) -> String {
32
std::fs::read_to_string(path)
33
.unwrap_or_else(|e| panic!(
"failed to read {}: {e}"
, path.display()))
34
}
35
36
const DIST_FILES: &[&str] = &[
37
"index.js"
,
Callers
15
install_deploys_dashboard_plugin_page
Function · 0.70
install_with_project_root_pins_dashboard_project
Function · 0.70
reinstall_is_idempotent_and_preserves_pin
Function · 0.70
deployed_bundles_match_embedded_standalone_assets
Function · 0.70
deployed_wrapper_preserves_canonical_api_proxy_surface
Function · 0.70
read_codex_automation_sidecar
Function · 0.50
automation_config_set_writes_complete_project_sidecar_noninteractively
Function · 0.50
job_persistence_preserves_unknown_job_fields
Function · 0.50
assert_skill_trees_byte_identical_except
Function · 0.50
shared_skill_files_are_hygienic_and_use_supported_layout
Function · 0.50
bytes
Function · 0.50
collect_files_recursive
Function · 0.50
Calls
no outgoing calls
Tested by
14
install_deploys_dashboard_plugin_page
Function · 0.56
install_with_project_root_pins_dashboard_project
Function · 0.56
reinstall_is_idempotent_and_preserves_pin
Function · 0.56
deployed_bundles_match_embedded_standalone_assets
Function · 0.56
deployed_wrapper_preserves_canonical_api_proxy_surface
Function · 0.56
read_codex_automation_sidecar
Function · 0.40
automation_config_set_writes_complete_project_sidecar_noninteractively
Function · 0.40
assert_skill_trees_byte_identical_except
Function · 0.40
shared_skill_files_are_hygienic_and_use_supported_layout
Function · 0.40
bytes
Function · 0.40
collect_files_recursive
Function · 0.40
claude_bundle_agents_are_byte_identical_to_the_source_of_truth
Function · 0.40