Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ http_agent
Function
http_agent
tests/common/mod.rs:385–387 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
383
}
384
385
pub fn http_agent() -> ureq::Agent {
386
http_agent_with_timeout(Duration::from_secs(4))
387
}
388
389
pub fn http_agent_with_timeout(timeout: Duration) -> ureq::Agent {
390
ureq::Agent::config_builder()
Callers
15
tracedecay_dashboard_tool_starts_and_returns_url_and_serves_capabilities
Function · 0.85
code_diagnostics_dashboard_api_exposes_engines_and_applies_settings
Function · 0.85
start_dashboard_fixture_with
Function · 0.85
graph_api_returns_seeded_overview_search_detail_and_subgraph
Function · 0.85
graph_api_finds_shortest_path_and_analytics
Function · 0.85
graph_api_seedless_subgraph_returns_default_hub_slice
Function · 0.85
curation_agent_plan_skips_when_automation_is_disabled_and_records_history
Function · 0.85
dashboard_session_and_skill_runs_emit_activity_when_evidence_is_unavailable
Function · 0.85
final_self_improvement_smoke_covers_manual_curation_skill_approval_and_dashboard_review
Function · 0.85
automation_run_artifact_api_serves_verified_sidecar_payloads
Function · 0.85
automation_outcomes_endpoint_reports_applied_fact_trajectories
Function · 0.85
automation_jobs_crud_and_manual_run_are_dashboard_controllable
Function · 0.85
Calls
1
http_agent_with_timeout
Function · 0.85
Tested by
15
tracedecay_dashboard_tool_starts_and_returns_url_and_serves_capabilities
Function · 0.68
code_diagnostics_dashboard_api_exposes_engines_and_applies_settings
Function · 0.68
graph_api_returns_seeded_overview_search_detail_and_subgraph
Function · 0.68
graph_api_finds_shortest_path_and_analytics
Function · 0.68
graph_api_seedless_subgraph_returns_default_hub_slice
Function · 0.68
curation_agent_plan_skips_when_automation_is_disabled_and_records_history
Function · 0.68
dashboard_session_and_skill_runs_emit_activity_when_evidence_is_unavailable
Function · 0.68
final_self_improvement_smoke_covers_manual_curation_skill_approval_and_dashboard_review
Function · 0.68
automation_run_artifact_api_serves_verified_sidecar_payloads
Function · 0.68
automation_outcomes_endpoint_reports_applied_fact_trajectories
Function · 0.68
automation_jobs_crud_and_manual_run_are_dashboard_controllable
Function · 0.68
automation_config_is_dashboard_controllable_and_persistent
Function · 0.68