MCPcopy Create free account
hub / github.com/apache/datafusion / clear_requests

Method clear_requests

datafusion/core/tests/datasource/object_store_access.rs:1377–1379  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1375 }
1376
1377 pub fn clear_requests(&self) {
1378 self.requests.lock().clear();
1379 }
1380
1381 /// Return a copy of the recorded requests normalized
1382 /// by removing the path prefix

Callers 1

queryMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected