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

Function delete_json

tests/dashboard_api_test/dashboard_api_support.rs:458–462  ·  view source on GitHub ↗
(agent: &ureq::Agent, url: &str)

Source from the content-addressed store, hash-verified

456}
457
458pub(crate) fn delete_json(agent: &ureq::Agent, url: &str) -> (u16, Value) {
459 let response =
460 crate::common::http_call_with_retry(&format!("DELETE {url}"), || agent.delete(url).call());
461 response_to_json(response)
462}
463
464pub(crate) struct FakeCodexAppServer {
465 pub(crate) _temp: TempDir,

Calls 3

http_call_with_retryFunction · 0.85
response_to_jsonFunction · 0.85
callMethod · 0.45