MCPcopy Create free account
hub / github.com/apache/skywalking-php / remove_curl_handle

Method remove_curl_handle

src/plugin/plugin_curl.rs:68–70  ·  view source on GitHub ↗
(&mut self, id: i64)

Source from the content-addressed store, hash-verified

66 }
67
68 fn remove_curl_handle(&mut self, id: i64) {
69 self.curl_handles.remove(&id);
70 }
71}
72
73#[derive(Default, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected