MCPcopy Create free account
hub / github.com/apify/impit / clone_response

Method clone_response

impit-node/src/response.rs:319–324  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

317 /// @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Response/clone | Fetch API `Response.clone()`}
318 #[napi(js_name = "clone", ts_return_type = "Response")]
319 pub fn clone_response(&self) -> Result<()> {
320 Err(napi::Error::new(
321 napi::Status::GenericFailure,
322 "clone() is implemented in the JavaScript wrapper".to_string(),
323 ))
324 }
325
326 /// Aborts the response.
327 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected