MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / upload_data_for

Function upload_data_for

src/upload/uploader.rs:473–479  ·  view source on GitHub ↗
(url: String)

Source from the content-addressed store, hash-verified

471 }
472
473 fn upload_data_for(url: String) -> UploadData {
474 UploadData {
475 status: "success".to_string(),
476 upload_url: url,
477 run_id: "test-run".to_string(),
478 }
479 }
480
481 /// On-disk archives stream through `send_streamed_with_retry`, which retries
482 /// transient failures itself since `STREAMING_CLIENT` has no retry middleware.

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected