MCPcopy Create free account
hub / github.com/acking-you/static_flow / api_delete

Function api_delete

crates/frontend/src/api.rs:201–203  ·  view source on GitHub ↗
(url: &str)

Source from the content-addressed store, hash-verified

199
200#[cfg(not(feature = "mock"))]
201fn api_delete(url: &str) -> RequestBuilder {
202 with_behavior_headers(Request::delete(url))
203}
204
205#[cfg(any(not(feature = "mock"), test))]
206fn local_media_api_base() -> String {

Calls 1

with_behavior_headersFunction · 0.85

Tested by

no test coverage detected